Html Css Color HEX #03D7DD Dark Turquoise

📋 copy color: '#03D7DD'

red 3 ◦ green 215 ◦ blue 221

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

Shades of Dark Turquoise #03D7DD

Tints of Dark Turquoise #03D7DD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.97%

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

R = 0.68%
G = 48.97%
B = 50.34%

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

#03D7DD (or 0x03D7DD) is known color: Dark Turquoise. HEX triplet: 03, D7 and DD. RGB value is (3,215,221). Sum of RGB (Red+Green+Blue) = 3+215+221=439 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 439); Green value is 215 (84.38% from 255 or 48.97% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #03D7DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03D7DD is #FC2822. Grayscale: #989898. Windows color (decimal): -16525347 or 14538499. OLE color: 14538499.

HSL color Cylindrical-coordinate representation of color #03D7DD: hue angle of 181.65º 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 #03D7DD is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 215 221 -
CMYK 0.99 0.03 0 0.13
HSL 181.65º 0.97% 0.44% -
HSV(B) 181.65º 0.99% 0.87% -
XYZ 37.39 53.84 76.83 -
YUV 152.3 166.76 21.51 -
System Red Green Blue C M Y K H S L
Decimal 3 215 221 0.99 0.03 0 0.13 181.65 0.97 0.44
Hex 3 D7 DD 63 3 0 D B6 61 2C
Octal 3 327 335 143 3 0 15 266 141 54
Binary 11 11010111 11011101 1100011 11 0 1101 10110110 1100001 101100

Color Harmonies of #03D7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D7DD

Black with #03D7DD

Text Example


Text Example

White with #03D7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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