Html Css Color HEX #06CFCE Dark Turquoise

📋 copy color: '#06CFCE'

red 6 ◦ green 207 ◦ blue 206

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

Shades of Dark Turquoise #06CFCE

Tints of Dark Turquoise #06CFCE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.4%

 BLUE value IS 206 (80.86% from 255) = 49.16%

R = 1.43%
G = 49.4%
B = 49.16%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#06CFCE (or 0x06CFCE) is known color: Dark Turquoise. HEX triplet: 06, CF and CE. RGB value is (6,207,206). Sum of RGB (Red+Green+Blue) = 6+207+206=419 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.43% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #06CFCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06CFCE is #F93031. Grayscale: #929292. Windows color (decimal): -16330802 or 13553414. OLE color: 13553414.

HSL color Cylindrical-coordinate representation of color #06CFCE: hue angle of 179.7º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CFCE is Cyan = 0.97, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 207 206 -
CMYK 0.97 0 0.00 0.19
HSL 179.7º 0.94% 0.42% -
HSV(B) 179.7º 0.97% 0.81% -
XYZ 33.53 49.12 66.11 -
YUV 146.79 161.41 27.58 -
System Red Green Blue C M Y K H S L
Decimal 6 207 206 0.97 0 0.00 0.19 179.7 0.94 0.42
Hex 6 CF CE 61 0 0 13 B4 5E 2A
Octal 6 317 316 141 0 0 23 264 136 52
Binary 110 11001111 11001110 1100001 0 0 10011 10110100 1011110 101010

Color Harmonies of #06CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CFCE

Black with #06CFCE

Text Example


Text Example

White with #06CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,207,206); }

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

background-color css

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

 a { background-color: rgb(6,207,206); }

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

border-color css

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

 span { border-color: rgb(6,207,206); }

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