Html Css Color HEX #03DCCE Dark Turquoise

📋 copy color: '#03DCCE'

red 3 ◦ green 220 ◦ blue 206

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

Shades of Dark Turquoise #03DCCE

Tints of Dark Turquoise #03DCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.02%

R = 0.7%
G = 51.28%
B = 48.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#03DCCE (or 0x03DCCE) is known color: Dark Turquoise. HEX triplet: 03, DC and CE. RGB value is (3,220,206). Sum of RGB (Red+Green+Blue) = 3+220+206=429 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #03DCCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DCCE is #FC2331. Grayscale: #999999. Windows color (decimal): -16524082 or 13556739. OLE color: 13556739.

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

Color convert

RGB 3 220 206 -
CMYK 0.99 0 0.06 0.14
HSL 176.13º 0.97% 0.44% -
HSV(B) 176.13º 0.99% 0.86% -
XYZ 36.77 55.66 67.2 -
YUV 153.52 157.61 20.64 -
System Red Green Blue C M Y K H S L
Decimal 3 220 206 0.99 0 0.06 0.14 176.13 0.97 0.44
Hex 3 DC CE 63 0 6 E B0 61 2C
Octal 3 334 316 143 0 6 16 260 141 54
Binary 11 11011100 11001110 1100011 0 110 1110 10110000 1100001 101100

Color Harmonies of #03DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DCCE

Black with #03DCCE

Text Example


Text Example

White with #03DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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