Html Css Color HEX #06C9DD Dark Turquoise

📋 copy color: '#06C9DD'

red 6 ◦ green 201 ◦ blue 221

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

Shades of Dark Turquoise #06C9DD

Tints of Dark Turquoise #06C9DD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.96%

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

R = 1.4%
G = 46.96%
B = 51.64%

CMYK

 C value IS 0.97

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#06C9DD (or 0x06C9DD) is known color: Dark Turquoise. HEX triplet: 06, C9 and DD. RGB value is (6,201,221). Sum of RGB (Red+Green+Blue) = 6+201+221=428 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.40% from 428); Green value is 201 (78.91% from 255 or 46.96% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #06C9DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06C9DD is #F93622. Grayscale: #909090. Windows color (decimal): -16332323 or 14534918. OLE color: 14534918.

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

Color convert

RGB 6 201 221 -
CMYK 0.97 0.09 0 0.13
HSL 185.58º 0.95% 0.45% -
HSV(B) 185.58º 0.97% 0.87% -
XYZ 34.01 47.03 75.69 -
YUV 144.98 170.9 28.87 -
System Red Green Blue C M Y K H S L
Decimal 6 201 221 0.97 0.09 0 0.13 185.58 0.95 0.45
Hex 6 C9 DD 61 9 0 D BA 5F 2D
Octal 6 311 335 141 11 0 15 272 137 55
Binary 110 11001001 11011101 1100001 1001 0 1101 10111010 1011111 101101

Color Harmonies of #06C9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C9DD

Black with #06C9DD

Text Example


Text Example

White with #06C9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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