Html Css Color HEX #06D0EA Dark Turquoise

📋 copy color: '#06D0EA'

red 6 ◦ green 208 ◦ blue 234

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

Shades of Dark Turquoise #06D0EA

Tints of Dark Turquoise #06D0EA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.43%

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

R = 1.34%
G = 46.43%
B = 52.23%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#06D0EA (or 0x06D0EA) is known color: Dark Turquoise. HEX triplet: 06, D0 and EA. RGB value is (6,208,234). Sum of RGB (Red+Green+Blue) = 6+208+234=448 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.34% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #06D0EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06D0EA is #F92F15. Grayscale: #969696. Windows color (decimal): -16330518 or 15388678. OLE color: 15388678.

HSL color Cylindrical-coordinate representation of color #06D0EA: hue angle of 186.84º 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 #06D0EA is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 6 208 234 -
CMYK 0.97 0.11 0 0.08
HSL 186.84º 0.95% 0.47% -
HSV(B) 186.84º 0.97% 0.92% -
XYZ 37.48 51.09 85.73 -
YUV 150.57 175.08 24.89 -
System Red Green Blue C M Y K H S L
Decimal 6 208 234 0.97 0.11 0 0.08 186.84 0.95 0.47
Hex 6 D0 EA 61 B 0 8 BB 5F 2F
Octal 6 320 352 141 13 0 10 273 137 57
Binary 110 11010000 11101010 1100001 1011 0 1000 10111011 1011111 101111

Color Harmonies of #06D0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06D0EA

Black with #06D0EA

Text Example


Text Example

White with #06D0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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