Html Css Color HEX #06D8D3 Dark Turquoise

📋 copy color: '#06D8D3'

red 6 ◦ green 216 ◦ blue 211

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

Shades of Dark Turquoise #06D8D3

Tints of Dark Turquoise #06D8D3

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.88%

 BLUE value IS 211 (82.81% from 255) = 48.73%

R = 1.39%
G = 49.88%
B = 48.73%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#06D8D3 (or 0x06D8D3) is known color: Dark Turquoise. HEX triplet: 06, D8 and D3. RGB value is (6,216,211). Sum of RGB (Red+Green+Blue) = 6+216+211=433 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.39% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 211 (82.81% from 255 or 48.73% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #06D8D3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06D8D3 is #F9272C. Grayscale: #989898. Windows color (decimal): -16328493 or 13883398. OLE color: 13883398.

HSL color Cylindrical-coordinate representation of color #06D8D3: hue angle of 178.57º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D8D3 is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 216 211 -
CMYK 0.97 0 0.02 0.15
HSL 178.57º 0.95% 0.44% -
HSV(B) 178.57º 0.97% 0.85% -
XYZ 36.39 53.85 70.1 -
YUV 152.64 160.93 23.41 -
System Red Green Blue C M Y K H S L
Decimal 6 216 211 0.97 0 0.02 0.15 178.57 0.95 0.44
Hex 6 D8 D3 61 0 2 F B3 5F 2C
Octal 6 330 323 141 0 2 17 263 137 54
Binary 110 11011000 11010011 1100001 0 10 1111 10110011 1011111 101100

Color Harmonies of #06D8D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06D8D3

Black with #06D8D3

Text Example


Text Example

White with #06D8D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,216,211); }

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

background-color css

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

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

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

border-color css

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

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

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