#2DFCF0

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

Shades of Bright Turquoise #2DFCF0

Tints of Bright Turquoise #2DFCF0

Color information

#2DFCF0 (or 0x2DFCF0) is unknown color: approx Bright Turquoise. HEX triplet: 2D, FC and F0. RGB value is (45,252,240). Sum of RGB (Red+Green+Blue) = 45+252+240=537 (71% of max value = 765). Red value is 45 (17.97% from 255 or 8.38% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFCF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DFCF0 is #D2030F. Grayscale: #BCBCBC. Windows color (decimal): -13763344 or 15793197. OLE color: 15793197.

HSL color Cylindrical-coordinate representation of color #2DFCF0: hue angle of 176.52º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFCF0 is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB45252240-
CMYK0.8200.050.01
HSL176.52º97.18%58.24%-
HSV(B)176.52º82.14%98.82%-
XYZ51.6276.4794.48-
YUV188.74156.9225.48-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 8.38%
GREEN value IS 252 (98.83% from 255) = 46.93%
BLUE value IS 240 (94.14% from 255) = 44.69%
R=8.38%
G=46.93%
B=44.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal452522400.8200.050.01176.5297.1858.24
Hex2DFCF052051b1613a
Octal5537436012205126114172
Binary1011011111110011110000101001001011101100011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DFCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,252,240); }

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

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

 a { background-color: rgb(45,252,240); }

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

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

 span { border-color: rgb(45,252,240); }

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