#03D9EB

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

Shades of Bright Turquoise #03D9EB

Tints of Bright Turquoise #03D9EB

Color information

#03D9EB (or 0x03D9EB) is unknown color: approx Bright Turquoise. HEX triplet: 03, D9 and EB. RGB value is (3,217,235). Sum of RGB (Red+Green+Blue) = 3+217+235=455 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #03D9EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03D9EB is #FC2614. Grayscale: #9A9A9A. Windows color (decimal): -16524821 or 15456515. OLE color: 15456515.

HSL color Cylindrical-coordinate representation of color #03D9EB: hue angle of 184.66º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D9EB is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB3217235-
CMYK0.990.0800.08
HSL184.66º97.48%46.67%-
HSV(B)184.66º98.72%92.16%-
XYZ39.8555.6487.24-
YUV155.07173.119.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.66%
GREEN value IS 217 (85.16% from 255) = 47.69%
BLUE value IS 235 (92.19% from 255) = 51.65%
R=0.66%
G=47.69%
B=51.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal32172350.990.0800.08184.6697.4846.67
Hex3D9EB63808b9612f
Octal33313531431001027114157
Binary1111011001111010111100011100001000101110011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03D9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,217,235); }

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

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

 a { background-color: rgb(3,217,235); }

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

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

 span { border-color: rgb(3,217,235); }

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