#2dfeef

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

Shades of Bright Turquoise #2DFEEF

Tints of Bright Turquoise #2DFEEF

Color information

#2DFEEF (or 0x2DFEEF) is unknown color: approx Bright Turquoise. HEX triplet: 2D, FE and EF. RGB value is (45,254,239). Sum of RGB (Red+Green+Blue) = 45+254+239=538 (71% of max value = 765). Red value is 45 (17.97% from 255 or 8.36% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFEEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DFEEF is #D20110. Grayscale: #BDBDBD. Windows color (decimal): -13762833 or 15728173. OLE color: 15728173.

HSL color Cylindrical-coordinate representation of color #2DFEEF: hue angle of 175.69º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFEEF is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB45254239-
CMYK0.8200.060.00
HSL175.69º99.05%58.63%-
HSV(B)175.69º82.28%99.61%-
XYZ52.177.6793.91-
YUV189.8155.7624.72-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 8.36%
GREEN value IS 254 (99.61% from 255) = 47.21%
BLUE value IS 239 (93.75% from 255) = 44.42%
R=8.36%
G=47.21%
B=44.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal452542390.8200.060.00175.6999.0558.63
Hex2DFEEF52060b0633b
Octal5537635712206026014373
Binary1011011111111011101111101001001100101100001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2dfeef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,254,239); }

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

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

 a { background-color: rgb(45,254,239); }

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

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

 span { border-color: rgb(45,254,239); }

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