Html Css Color HEX #03DBD1 Dark Turquoise

📋 copy color: '#03DBD1'

red 3 ◦ green 219 ◦ blue 209

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

Shades of Dark Turquoise #03DBD1

Tints of Dark Turquoise #03DBD1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.81%

 BLUE value IS 209 (82.03% from 255) = 48.49%

R = 0.7%
G = 50.81%
B = 48.49%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#03DBD1 (or 0x03DBD1) is known color: Dark Turquoise. HEX triplet: 03, DB and D1. RGB value is (3,219,209). Sum of RGB (Red+Green+Blue) = 3+219+209=431 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 431); Green value is 219 (85.94% from 255 or 50.81% from 431); Blue value is 209 (82.03% from 255 or 48.49% from 431); Max value from RGB is 219 - color contains mainly: green. Hex color #03DBD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DBD1 is #FC242E. Grayscale: #999999. Windows color (decimal): -16524335 or 13753091. OLE color: 13753091.

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

Color convert

RGB 3 219 209 -
CMYK 0.99 0 0.05 0.14
HSL 177.22º 0.97% 0.44% -
HSV(B) 177.22º 0.99% 0.86% -
XYZ 36.88 55.29 69.05 -
YUV 153.28 159.44 20.81 -
System Red Green Blue C M Y K H S L
Decimal 3 219 209 0.99 0 0.05 0.14 177.22 0.97 0.44
Hex 3 DB D1 63 0 5 E B1 61 2C
Octal 3 333 321 143 0 5 16 261 141 54
Binary 11 11011011 11010001 1100011 0 101 1110 10110001 1100001 101100

Color Harmonies of #03DBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DBD1

Black with #03DBD1

Text Example


Text Example

White with #03DBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,219,209); }

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

background-color css

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

 a { background-color: rgb(3,219,209); }

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

border-color css

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

 span { border-color: rgb(3,219,209); }

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