#06EFDE

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

Shades of Bright Turquoise #06EFDE

Tints of Bright Turquoise #06EFDE

Color information

#06EFDE (or 0x06EFDE) is unknown color: approx Bright Turquoise. HEX triplet: 06, EF and DE. RGB value is (6,239,222). Sum of RGB (Red+Green+Blue) = 6+239+222=467 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.28% from 467); Green value is 239 (93.75% from 255 or 51.18% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 239 - color contains mainly: green. Hex color #06EFDE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06EFDE is #F91021. Grayscale: #A7A7A7. Windows color (decimal): -16322594 or 14610182. OLE color: 14610182.

HSL color Cylindrical-coordinate representation of color #06EFDE: hue angle of 175.62º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06EFDE is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB6239222-
CMYK0.9700.070.06
HSL175.62º95.1%48.04%-
HSV(B)175.62º97.49%93.73%-
XYZ44.1367.0579.72-
YUV167.4158.8112.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.28%
GREEN value IS 239 (93.75% from 255) = 51.18%
BLUE value IS 222 (87.11% from 255) = 47.54%
R=1.28%
G=51.18%
B=47.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal62392220.9700.070.06175.6295.148.04
Hex6EFDE61076b05f30
Octal635733614107626013760
Binary110111011111101111011000010111110101100001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06EFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06EFDE; }

 p { color: rgb(6,239,222); }

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

<style>
 a { background-color: #06EFDE; }

 a { background-color: rgb(6,239,222); }

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

<style>
 span { border-color: #06EFDE; }

 span { border-color: rgb(6,239,222); }

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