Html Css Color HEX #03DCCD Dark Turquoise

📋 copy color: '#03DCCD'

red 3 ◦ green 220 ◦ blue 205

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

Shades of Dark Turquoise #03DCCD

Tints of Dark Turquoise #03DCCD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.4%

 BLUE value IS 205 (80.47% from 255) = 47.9%

R = 0.7%
G = 51.4%
B = 47.9%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#03DCCD (or 0x03DCCD) is known color: Dark Turquoise. HEX triplet: 03, DC and CD. RGB value is (3,220,205). Sum of RGB (Red+Green+Blue) = 3+220+205=428 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 428); Green value is 220 (86.33% from 255 or 51.40% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 220 - color contains mainly: green. Hex color #03DCCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DCCD is #FC2332. Grayscale: #999999. Windows color (decimal): -16524083 or 13491203. OLE color: 13491203.

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

Color convert

RGB 3 220 205 -
CMYK 0.99 0 0.07 0.14
HSL 175.85º 0.97% 0.44% -
HSV(B) 175.85º 0.99% 0.86% -
XYZ 36.65 55.61 66.56 -
YUV 153.41 157.11 20.72 -
System Red Green Blue C M Y K H S L
Decimal 3 220 205 0.99 0 0.07 0.14 175.85 0.97 0.44
Hex 3 DC CD 63 0 7 E B0 61 2C
Octal 3 334 315 143 0 7 16 260 141 54
Binary 11 11011100 11001101 1100011 0 111 1110 10110000 1100001 101100

Color Harmonies of #03DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DCCD

Black with #03DCCD

Text Example


Text Example

White with #03DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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