Html Css Color HEX #06D3DF Dark Turquoise

📋 copy color: '#06D3DF'

red 6 ◦ green 211 ◦ blue 223

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

Shades of Dark Turquoise #06D3DF

Tints of Dark Turquoise #06D3DF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.95%

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

R = 1.36%
G = 47.95%
B = 50.68%

CMYK

 C value IS 0.97

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#06D3DF (or 0x06D3DF) is known color: Dark Turquoise. HEX triplet: 06, D3 and DF. RGB value is (6,211,223). Sum of RGB (Red+Green+Blue) = 6+211+223=440 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.36% from 440); Green value is 211 (82.81% from 255 or 47.95% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #06D3DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06D3DF is #F92C20. Grayscale: #969696. Windows color (decimal): -16329761 or 14668550. OLE color: 14668550.

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

Color convert

RGB 6 211 223 -
CMYK 0.97 0.05 0 0.13
HSL 183.32º 0.95% 0.45% -
HSV(B) 183.32º 0.97% 0.87% -
XYZ 36.69 51.95 77.91 -
YUV 151.07 168.58 24.52 -
System Red Green Blue C M Y K H S L
Decimal 6 211 223 0.97 0.05 0 0.13 183.32 0.95 0.45
Hex 6 D3 DF 61 5 0 D B7 5F 2D
Octal 6 323 337 141 5 0 15 267 137 55
Binary 110 11010011 11011111 1100001 101 0 1101 10110111 1011111 101101

Color Harmonies of #06D3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06D3DF

Black with #06D3DF

Text Example


Text Example

White with #06D3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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