Html Css Color HEX #06CFCF Dark Turquoise

📋 copy color: '#06CFCF'

red 6 ◦ green 207 ◦ blue 207

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

Shades of Dark Turquoise #06CFCF

Tints of Dark Turquoise #06CFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.29%

R = 1.43%
G = 49.29%
B = 49.29%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#06CFCF (or 0x06CFCF) is known color: Dark Turquoise. HEX triplet: 06, CF and CF. RGB value is (6,207,207). Sum of RGB (Red+Green+Blue) = 6+207+207=420 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.43% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #06CFCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06CFCF is #F93030. Grayscale: #929292. Windows color (decimal): -16330801 or 13618950. OLE color: 13618950.

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

Color convert

RGB 6 207 207 -
CMYK 0.97 0 0 0.19
HSL 180º 0.94% 0.42% -
HSV(B) 180º 0.97% 0.81% -
XYZ 33.65 49.17 66.75 -
YUV 146.9 161.91 27.5 -
System Red Green Blue C M Y K H S L
Decimal 6 207 207 0.97 0 0 0.19 180 0.94 0.42
Hex 6 CF CF 61 0 0 13 B4 5E 2A
Octal 6 317 317 141 0 0 23 264 136 52
Binary 110 11001111 11001111 1100001 0 0 10011 10110100 1011110 101010

Color Harmonies of #06CFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CFCF

Black with #06CFCF

Text Example


Text Example

White with #06CFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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