Html Css Color HEX #03D3DC Dark Turquoise

📋 copy color: '#03D3DC'

red 3 ◦ green 211 ◦ blue 220

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

Shades of Dark Turquoise #03D3DC

Tints of Dark Turquoise #03D3DC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.62%

 BLUE value IS 220 (86.33% from 255) = 50.69%

R = 0.69%
G = 48.62%
B = 50.69%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#03D3DC (or 0x03D3DC) is known color: Dark Turquoise. HEX triplet: 03, D3 and DC. RGB value is (3,211,220). Sum of RGB (Red+Green+Blue) = 3+211+220=434 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 434); Green value is 211 (82.81% from 255 or 48.62% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #03D3DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03D3DC is #FC2C23. Grayscale: #959595. Windows color (decimal): -16526372 or 14471939. OLE color: 14471939.

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

Color convert

RGB 3 211 220 -
CMYK 0.99 0.04 0 0.14
HSL 182.49º 0.97% 0.44% -
HSV(B) 182.49º 0.99% 0.86% -
XYZ 36.25 51.78 75.79 -
YUV 149.83 167.59 23.27 -
System Red Green Blue C M Y K H S L
Decimal 3 211 220 0.99 0.04 0 0.14 182.49 0.97 0.44
Hex 3 D3 DC 63 4 0 E B6 61 2C
Octal 3 323 334 143 4 0 16 266 141 54
Binary 11 11010011 11011100 1100011 100 0 1110 10110110 1100001 101100

Color Harmonies of #03D3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D3DC

Black with #03D3DC

Text Example


Text Example

White with #03D3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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