Html Css Color HEX #06C2DD Dark Turquoise

📋 copy color: '#06C2DD'

red 6 ◦ green 194 ◦ blue 221

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

Shades of Dark Turquoise #06C2DD

Tints of Dark Turquoise #06C2DD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.08%

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

R = 1.43%
G = 46.08%
B = 52.49%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#06C2DD (or 0x06C2DD) is known color: Dark Turquoise. HEX triplet: 06, C2 and DD. RGB value is (6,194,221). Sum of RGB (Red+Green+Blue) = 6+194+221=421 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.43% from 421); Green value is 194 (76.17% from 255 or 46.08% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #06C2DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06C2DD is #F93D22. Grayscale: #8C8C8C. Windows color (decimal): -16334115 or 14533126. OLE color: 14533126.

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

Color convert

RGB 6 194 221 -
CMYK 0.97 0.12 0 0.13
HSL 187.53º 0.95% 0.45% -
HSV(B) 187.53º 0.97% 0.87% -
XYZ 32.42 43.84 75.16 -
YUV 140.87 173.22 31.8 -
System Red Green Blue C M Y K H S L
Decimal 6 194 221 0.97 0.12 0 0.13 187.53 0.95 0.45
Hex 6 C2 DD 61 C 0 D BC 5F 2D
Octal 6 302 335 141 14 0 15 274 137 55
Binary 110 11000010 11011101 1100001 1100 0 1101 10111100 1011111 101101

Color Harmonies of #06C2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C2DD

Black with #06C2DD

Text Example


Text Example

White with #06C2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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