#06EDEA

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

Shades of Bright Turquoise #06EDEA

Tints of Bright Turquoise #06EDEA

Color information

#06EDEA (or 0x06EDEA) is unknown color: approx Bright Turquoise. HEX triplet: 06, ED and EA. RGB value is (6,237,234). Sum of RGB (Red+Green+Blue) = 6+237+234=477 (63% of max value = 765). Red value is 6 (2.73% from 255 or 1.26% from 477); Green value is 237 (92.97% from 255 or 49.69% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 237 - color contains mainly: green. Hex color #06EDEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06EDEA is #F91215. Grayscale: #A7A7A7. Windows color (decimal): -16323094 or 15396102. OLE color: 15396102.

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

Color convert

RGB6237234-
CMYK0.9700.010.07
HSL179.22º95.06%47.65%-
HSV(B)179.22º97.47%92.94%-
XYZ45.2166.5588.3-
YUV167.59165.4712.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.26%
GREEN value IS 237 (92.97% from 255) = 49.69%
BLUE value IS 234 (91.80% from 255) = 49.06%
R=1.26%
G=49.69%
B=49.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal62372340.9700.010.07179.2295.0647.65
Hex6EDEA61017b35f30
Octal635535214101726313760
Binary1101110110111101010110000101111101100111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06EDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,237,234); }

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

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

 a { background-color: rgb(6,237,234); }

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

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

 span { border-color: rgb(6,237,234); }

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