#03C8E8

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

Shades of Dark Turquoise #03C8E8

Tints of Dark Turquoise #03C8E8

Color information

#03C8E8 (or 0x03C8E8) is unknown color: approx Dark Turquoise. HEX triplet: 03, C8 and E8. RGB value is (3,200,232). Sum of RGB (Red+Green+Blue) = 3+200+232=435 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 232 (91.02% from 255 or 53.33% from 435); Max value from RGB is 232 - color contains mainly: blue. Hex color #03C8E8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03C8E8 is #FC3717. Grayscale: #909090. Windows color (decimal): -16529176 or 15255555. OLE color: 15255555.

HSL color Cylindrical-coordinate representation of color #03C8E8: hue angle of 188.38º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C8E8 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB3200232-
CMYK0.990.1400.09
HSL188.38º97.45%46.08%-
HSV(B)188.38º98.71%90.98%-
XYZ35.2647.1583.59-
YUV144.74177.2326.9-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.69%
GREEN value IS 200 (78.52% from 255) = 45.98%
BLUE value IS 232 (91.02% from 255) = 53.33%
R=0.69%
G=45.98%
B=53.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal32002320.990.1400.09188.3897.4546.08
Hex3C8E863E09bc612e
Octal33103501431601127414156
Binary1111001000111010001100011111001001101111001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03C8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,200,232); }

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

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

 a { background-color: rgb(3,200,232); }

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

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

 span { border-color: rgb(3,200,232); }

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