#03D8E8

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

Shades of Bright Turquoise #03D8E8

Tints of Bright Turquoise #03D8E8

Color information

#03D8E8 (or 0x03D8E8) is unknown color: approx Bright Turquoise. HEX triplet: 03, D8 and E8. RGB value is (3,216,232). Sum of RGB (Red+Green+Blue) = 3+216+232=451 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 451); Green value is 216 (84.77% from 255 or 47.89% from 451); Blue value is 232 (91.02% from 255 or 51.44% from 451); Max value from RGB is 232 - color contains mainly: blue. Hex color #03D8E8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03D8E8 is #FC2717. Grayscale: #999999. Windows color (decimal): -16525080 or 15259651. OLE color: 15259651.

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

Color convert

RGB3216232-
CMYK0.990.0700.09
HSL184.19º97.45%46.08%-
HSV(B)184.19º98.71%90.98%-
XYZ39.1654.9684.89-
YUV154.14171.9320.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.67%
GREEN value IS 216 (84.77% from 255) = 47.89%
BLUE value IS 232 (91.02% from 255) = 51.44%
R=0.67%
G=47.89%
B=51.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal32162320.990.0700.09184.1997.4546.08
Hex3D8E863709b8612e
Octal3330350143701127014156
Binary111101100011101000110001111101001101110001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03D8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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