Html Css Color HEX #03D6DD Dark Turquoise

📋 copy color: '#03D6DD'

red 3 ◦ green 214 ◦ blue 221

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

Shades of Dark Turquoise #03D6DD

Tints of Dark Turquoise #03D6DD

RGB

 RED value IS 3 (1.56% from 255) = 0.68%

 GREEN value IS 214 (83.98% from 255) = 48.86%

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

R = 0.68%
G = 48.86%
B = 50.46%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#03D6DD (or 0x03D6DD) is known color: Dark Turquoise. HEX triplet: 03, D6 and DD. RGB value is (3,214,221). Sum of RGB (Red+Green+Blue) = 3+214+221=438 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #03D6DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03D6DD is #FC2922. Grayscale: #979797. Windows color (decimal): -16525603 or 14538243. OLE color: 14538243.

HSL color Cylindrical-coordinate representation of color #03D6DD: hue angle of 181.93º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D6DD is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 214 221 -
CMYK 0.99 0.03 0 0.13
HSL 181.93º 0.97% 0.44% -
HSV(B) 181.93º 0.99% 0.87% -
XYZ 37.14 53.33 76.74 -
YUV 151.71 167.1 21.93 -
System Red Green Blue C M Y K H S L
Decimal 3 214 221 0.99 0.03 0 0.13 181.93 0.97 0.44
Hex 3 D6 DD 63 3 0 D B6 61 2C
Octal 3 326 335 143 3 0 15 266 141 54
Binary 11 11010110 11011101 1100011 11 0 1101 10110110 1100001 101100

Color Harmonies of #03D6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D6DD

Black with #03D6DD

Text Example


Text Example

White with #03D6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03D6DD; }

 p { color: rgb(3,214,221); }

 H1.HeaderClassName
 {
   color: #03D6DD;
 }
 .AnyTagClassName
 {
   color: #03D6DD;
 }
</style>

background-color css

<style>
 a { background-color: #03D6DD; }

 a { background-color: rgb(3,214,221); }

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

border-color css

<style>
 span { border-color: #03D6DD; }

 span { border-color: rgb(3,214,221); }

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