Html Css Color HEX #03DBD3 Dark Turquoise

📋 copy color: '#03DBD3'

red 3 ◦ green 219 ◦ blue 211

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

Shades of Dark Turquoise #03DBD3

Tints of Dark Turquoise #03DBD3

RGB

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

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

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

R = 0.69%
G = 50.58%
B = 48.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#03DBD3 (or 0x03DBD3) is known color: Dark Turquoise. HEX triplet: 03, DB and D3. RGB value is (3,219,211). Sum of RGB (Red+Green+Blue) = 3+219+211=433 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 433); Green value is 219 (85.94% from 255 or 50.58% from 433); Blue value is 211 (82.81% from 255 or 48.73% from 433); Max value from RGB is 219 - color contains mainly: green. Hex color #03DBD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DBD3 is #FC242C. Grayscale: #999999. Windows color (decimal): -16524333 or 13884163. OLE color: 13884163.

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

Color convert

RGB 3 219 211 -
CMYK 0.99 0 0.04 0.14
HSL 177.78º 0.97% 0.44% -
HSV(B) 177.78º 0.99% 0.86% -
XYZ 37.13 55.39 70.36 -
YUV 153.5 160.44 20.65 -
System Red Green Blue C M Y K H S L
Decimal 3 219 211 0.99 0 0.04 0.14 177.78 0.97 0.44
Hex 3 DB D3 63 0 4 E B2 61 2C
Octal 3 333 323 143 0 4 16 262 141 54
Binary 11 11011011 11010011 1100011 0 100 1110 10110010 1100001 101100

Color Harmonies of #03DBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DBD3

Black with #03DBD3

Text Example


Text Example

White with #03DBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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