Html Css Color HEX #03D4DB Dark Turquoise

📋 copy color: '#03D4DB'

red 3 ◦ green 212 ◦ blue 219

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

Shades of Dark Turquoise #03D4DB

Tints of Dark Turquoise #03D4DB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.85%

 BLUE value IS 219 (85.94% from 255) = 50.46%

R = 0.69%
G = 48.85%
B = 50.46%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#03D4DB (or 0x03D4DB) is known color: Dark Turquoise. HEX triplet: 03, D4 and DB. RGB value is (3,212,219). Sum of RGB (Red+Green+Blue) = 3+212+219=434 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 434); Green value is 212 (83.20% from 255 or 48.85% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #03D4DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03D4DB is #FC2B24. Grayscale: #969696. Windows color (decimal): -16526117 or 14406659. OLE color: 14406659.

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

Color convert

RGB 3 212 219 -
CMYK 0.99 0.03 0 0.14
HSL 181.94º 0.97% 0.44% -
HSV(B) 181.94º 0.99% 0.86% -
XYZ 36.37 52.22 75.18 -
YUV 150.31 166.76 22.93 -
System Red Green Blue C M Y K H S L
Decimal 3 212 219 0.99 0.03 0 0.14 181.94 0.97 0.44
Hex 3 D4 DB 63 3 0 E B6 61 2C
Octal 3 324 333 143 3 0 16 266 141 54
Binary 11 11010100 11011011 1100011 11 0 1110 10110110 1100001 101100

Color Harmonies of #03D4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D4DB

Black with #03D4DB

Text Example


Text Example

White with #03D4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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