Html Css Color HEX #03C7DF Dark Turquoise

📋 copy color: '#03C7DF'

red 3 ◦ green 199 ◦ blue 223

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

Shades of Dark Turquoise #03C7DF

Tints of Dark Turquoise #03C7DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.47%

R = 0.71%
G = 46.82%
B = 52.47%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#03C7DF (or 0x03C7DF) is known color: Dark Turquoise. HEX triplet: 03, C7 and DF. RGB value is (3,199,223). Sum of RGB (Red+Green+Blue) = 3+199+223=425 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 425); Green value is 199 (78.12% from 255 or 46.82% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #03C7DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03C7DF is #FC3820. Grayscale: #8E8E8E. Windows color (decimal): -16529441 or 14665475. OLE color: 14665475.

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

Color convert

RGB 3 199 223 -
CMYK 0.99 0.11 0 0.13
HSL 186.55º 0.97% 0.44% -
HSV(B) 186.55º 0.99% 0.87% -
XYZ 33.78 46.19 76.95 -
YUV 143.13 173.07 28.05 -
System Red Green Blue C M Y K H S L
Decimal 3 199 223 0.99 0.11 0 0.13 186.55 0.97 0.44
Hex 3 C7 DF 63 B 0 D BB 61 2C
Octal 3 307 337 143 13 0 15 273 141 54
Binary 11 11000111 11011111 1100011 1011 0 1101 10111011 1100001 101100

Color Harmonies of #03C7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C7DF

Black with #03C7DF

Text Example


Text Example

White with #03C7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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