#2DEADF

Color #2DEADF Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #2DEADF

Tints of Turquoise #2DEADF

Color information

#2DEADF (or 0x2DEADF) is unknown color: approx Turquoise. HEX triplet: 2D, EA and DF. RGB value is (45,234,223). Sum of RGB (Red+Green+Blue) = 45+234+223=502 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.96% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 234 - color contains mainly: green. Hex color #2DEADF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEADF is #D21520. Grayscale: #B0B0B0. Windows color (decimal): -13767969 or 14674477. OLE color: 14674477.

HSL color Cylindrical-coordinate representation of color #2DEADF: hue angle of 176.51º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEADF is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB45234223-
CMYK0.8100.050.08
HSL176.51º81.82%54.71%-
HSV(B)176.51º80.77%91.76%-
XYZ43.8264.7380-
YUV176.24154.3834.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 8.96%
GREEN value IS 234 (91.80% from 255) = 46.61%
BLUE value IS 223 (87.5% from 255) = 44.42%
R=8.96%
G=46.61%
B=44.42%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal452342230.8100.050.08176.5181.8254.71
Hex2DEADF51058b15237
Octal55352337121051026112267
Binary1011011110101011011111101000101011000101100011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DEADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2DEADF; }

 p { color: rgb(45,234,223); }

 H1.HeaderClassName
 {
   color: #2DEADF;
 }
 .AnyTagClassName
 {
   color: #2DEADF;
 }
</style>
background-color css

<style>
 a { background-color: #2DEADF; }

 a { background-color: rgb(45,234,223); }

 div.DivClassName
 {
   background-color: #2DEADF;
 }
 .BgClassName
 {
   background-color: #2DEADF;
 }
</style>
border-color css

<style>
 span { border-color: #2DEADF; }

 span { border-color: rgb(45,234,223); }

 td.TdClassName
 {
   border-color: #2DEADF;
 }
 .TagClassName
 {
   border-color: #2DEADF;
 }
</style>