Html Css Color HEX #06CBDC Dark Turquoise

📋 copy color: '#06CBDC'

red 6 ◦ green 203 ◦ blue 220

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

Shades of Dark Turquoise #06CBDC

Tints of Dark Turquoise #06CBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.32%

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 1.4%
G = 47.32%
B = 51.28%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#06CBDC (or 0x06CBDC) is known color: Dark Turquoise. HEX triplet: 06, CB and DC. RGB value is (6,203,220). Sum of RGB (Red+Green+Blue) = 6+203+220=429 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.40% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #06CBDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06CBDC is #F93423. Grayscale: #919191. Windows color (decimal): -16331812 or 14469894. OLE color: 14469894.

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

Color convert

RGB 6 203 220 -
CMYK 0.97 0.08 0 0.14
HSL 184.77º 0.95% 0.44% -
HSV(B) 184.77º 0.97% 0.86% -
XYZ 34.35 47.92 75.15 -
YUV 146.04 169.73 28.12 -
System Red Green Blue C M Y K H S L
Decimal 6 203 220 0.97 0.08 0 0.14 184.77 0.95 0.44
Hex 6 CB DC 61 8 0 E B9 5F 2C
Octal 6 313 334 141 10 0 16 271 137 54
Binary 110 11001011 11011100 1100001 1000 0 1110 10111001 1011111 101100

Color Harmonies of #06CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CBDC

Black with #06CBDC

Text Example


Text Example

White with #06CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,203,220); }

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

background-color css

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

 a { background-color: rgb(6,203,220); }

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

border-color css

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

 span { border-color: rgb(6,203,220); }

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