Html Css Color HEX #06C8DD Dark Turquoise

📋 copy color: '#06C8DD'

red 6 ◦ green 200 ◦ blue 221

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

Shades of Dark Turquoise #06C8DD

Tints of Dark Turquoise #06C8DD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.84%

 BLUE value IS 221 (86.72% from 255) = 51.76%

R = 1.41%
G = 46.84%
B = 51.76%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#06C8DD (or 0x06C8DD) is known color: Dark Turquoise. HEX triplet: 06, C8 and DD. RGB value is (6,200,221). Sum of RGB (Red+Green+Blue) = 6+200+221=427 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.41% from 427); Green value is 200 (78.52% from 255 or 46.84% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #06C8DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06C8DD is #F93722. Grayscale: #909090. Windows color (decimal): -16332579 or 14534662. OLE color: 14534662.

HSL color Cylindrical-coordinate representation of color #06C8DD: hue angle of 185.86º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C8DD is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 200 221 -
CMYK 0.97 0.10 0 0.13
HSL 185.86º 0.95% 0.45% -
HSV(B) 185.86º 0.97% 0.87% -
XYZ 33.78 46.57 75.61 -
YUV 144.39 171.23 29.29 -
System Red Green Blue C M Y K H S L
Decimal 6 200 221 0.97 0.10 0 0.13 185.86 0.95 0.45
Hex 6 C8 DD 61 A 0 D BA 5F 2D
Octal 6 310 335 141 12 0 15 272 137 55
Binary 110 11001000 11011101 1100001 1010 0 1101 10111010 1011111 101101

Color Harmonies of #06C8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C8DD

Black with #06C8DD

Text Example


Text Example

White with #06C8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,200,221); }

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

background-color css

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

 a { background-color: rgb(6,200,221); }

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

border-color css

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

 span { border-color: rgb(6,200,221); }

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