Html Css Color HEX #06E0EA Bright Turquoise

📋 copy color: '#06E0EA'

red 6 ◦ green 224 ◦ blue 234

#06E0EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #06E0EA

Tints of Bright Turquoise #06E0EA

RGB

 RED value IS 6 (2.73% from 255) = 1.29%

 GREEN value IS 224 (87.89% from 255) = 48.28%

 BLUE value IS 234 (91.8% from 255) = 50.43%

R = 1.29%
G = 48.28%
B = 50.43%

CMYK

 C value IS 0.97

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#06E0EA (or 0x06E0EA) is known color: Bright Turquoise. HEX triplet: 06, E0 and EA. RGB value is (6,224,234). Sum of RGB (Red+Green+Blue) = 6+224+234=464 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.29% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #06E0EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06E0EA is #F91F15. Grayscale: #9F9F9F. Windows color (decimal): -16326422 or 15392774. OLE color: 15392774.

HSL color Cylindrical-coordinate representation of color #06E0EA: hue angle of 182.63º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E0EA is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 6 224 234 -
CMYK 0.97 0.04 0 0.08
HSL 182.63º 0.95% 0.47% -
HSV(B) 182.63º 0.97% 0.92% -
XYZ 41.58 59.29 87.09 -
YUV 159.96 169.78 18.19 -
System Red Green Blue C M Y K H S L
Decimal 6 224 234 0.97 0.04 0 0.08 182.63 0.95 0.47
Hex 6 E0 EA 61 4 0 8 B7 5F 2F
Octal 6 340 352 141 4 0 10 267 137 57
Binary 110 11100000 11101010 1100001 100 0 1000 10110111 1011111 101111

Color Harmonies of #06E0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E0EA

Black with #06E0EA

Text Example


Text Example

White with #06E0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06E0EA;
 }
 .AnyTagClassName
 {
   color: #06E0EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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