Html Css Color HEX #06C9DF Dark Turquoise

📋 copy color: '#06C9DF'

red 6 ◦ green 201 ◦ blue 223

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

Shades of Dark Turquoise #06C9DF

Tints of Dark Turquoise #06C9DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.86%

R = 1.4%
G = 46.74%
B = 51.86%

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

#06C9DF (or 0x06C9DF) is known color: Dark Turquoise. HEX triplet: 06, C9 and DF. RGB value is (6,201,223). Sum of RGB (Red+Green+Blue) = 6+201+223=430 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.40% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #06C9DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06C9DF is #F93620. Grayscale: #909090. Windows color (decimal): -16332321 or 14665990. OLE color: 14665990.

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

Color convert

RGB 6 201 223 -
CMYK 0.97 0.10 0 0.13
HSL 186.08º 0.95% 0.45% -
HSV(B) 186.08º 0.97% 0.87% -
XYZ 34.28 47.14 77.1 -
YUV 145.2 171.9 28.71 -
System Red Green Blue C M Y K H S L
Decimal 6 201 223 0.97 0.10 0 0.13 186.08 0.95 0.45
Hex 6 C9 DF 61 A 0 D BA 5F 2D
Octal 6 311 337 141 12 0 15 272 137 55
Binary 110 11001001 11011111 1100001 1010 0 1101 10111010 1011111 101101

Color Harmonies of #06C9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C9DF

Black with #06C9DF

Text Example


Text Example

White with #06C9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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