#03C0E4

Color #03C0E4 Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #03C0E4

Tints of Dark Turquoise #03C0E4

Color information

#03C0E4 (or 0x03C0E4) is unknown color: approx Dark Turquoise. HEX triplet: 03, C0 and E4. RGB value is (3,192,228). Sum of RGB (Red+Green+Blue) = 3+192+228=423 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 228 (89.45% from 255 or 53.90% from 423); Max value from RGB is 228 - color contains mainly: blue. Hex color #03C0E4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03C0E4 is #FC3F1B. Grayscale: #8B8B8B. Windows color (decimal): -16531228 or 14991363. OLE color: 14991363.

HSL color Cylindrical-coordinate representation of color #03C0E4: hue angle of 189.6º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C0E4 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB3192228-
CMYK0.990.1600.11
HSL189.6º97.4%45.29%-
HSV(B)189.6º98.68%89.41%-
XYZ32.8943.3280.03-
YUV139.59177.8830.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.71%
GREEN value IS 192 (75.39% from 255) = 45.39%
BLUE value IS 228 (89.45% from 255) = 53.90%
R=0.71%
G=45.39%
B=53.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal31922280.990.1600.11189.697.445.29
Hex3C0E463100Bbe612d
Octal33003441432001327614155
Binary11110000001110010011000111000001011101111101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03C0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,192,228); }

 H1.HeaderClassName
 {
   color: #03C0E4;
 }
 .AnyTagClassName
 {
   color: #03C0E4;
 }
</style>
background-color css

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

 a { background-color: rgb(3,192,228); }

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

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

 span { border-color: rgb(3,192,228); }

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