Html Css Color HEX #03C7DD Dark Turquoise

📋 copy color: '#03C7DD'

red 3 ◦ green 199 ◦ blue 221

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

Shades of Dark Turquoise #03C7DD

Tints of Dark Turquoise #03C7DD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.04%

 BLUE value IS 221 (86.72% from 255) = 52.25%

R = 0.71%
G = 47.04%
B = 52.25%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#03C7DD (or 0x03C7DD) is known color: Dark Turquoise. HEX triplet: 03, C7 and DD. RGB value is (3,199,221). Sum of RGB (Red+Green+Blue) = 3+199+221=423 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 423); Green value is 199 (78.12% from 255 or 47.04% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #03C7DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03C7DD is #FC3822. Grayscale: #8E8E8E. Windows color (decimal): -16529443 or 14534403. OLE color: 14534403.

HSL color Cylindrical-coordinate representation of color #03C7DD: hue angle of 186.06º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C7DD is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 199 221 -
CMYK 0.99 0.10 0 0.13
HSL 186.06º 0.97% 0.44% -
HSV(B) 186.06º 0.99% 0.87% -
XYZ 33.51 46.09 75.54 -
YUV 142.9 172.07 28.21 -
System Red Green Blue C M Y K H S L
Decimal 3 199 221 0.99 0.10 0 0.13 186.06 0.97 0.44
Hex 3 C7 DD 63 A 0 D BA 61 2C
Octal 3 307 335 143 12 0 15 272 141 54
Binary 11 11000111 11011101 1100011 1010 0 1101 10111010 1100001 101100

Color Harmonies of #03C7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C7DD

Black with #03C7DD

Text Example


Text Example

White with #03C7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,199,221); }

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

background-color css

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

 a { background-color: rgb(3,199,221); }

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

border-color css

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

 span { border-color: rgb(3,199,221); }

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