#03EBD9

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

Shades of Bright Turquoise #03EBD9

Tints of Bright Turquoise #03EBD9

Color information

#03EBD9 (or 0x03EBD9) is unknown color: approx Bright Turquoise. HEX triplet: 03, EB and D9. RGB value is (3,235,217). Sum of RGB (Red+Green+Blue) = 3+235+217=455 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 455); Green value is 235 (92.19% from 255 or 51.65% from 455); Blue value is 217 (85.16% from 255 or 47.69% from 455); Max value from RGB is 235 - color contains mainly: green. Hex color #03EBD9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03EBD9 is #FC1426. Grayscale: #A3A3A3. Windows color (decimal): -16520231 or 14281475. OLE color: 14281475.

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

Color convert

RGB3235217-
CMYK0.9900.080.08
HSL175.34º97.48%46.67%-
HSV(B)175.34º98.72%92.16%-
XYZ42.2764.4575.86-
YUV163.58158.1413.46-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal32352170.9900.080.08175.3497.4846.67
Hex3EBD963088af612f
Octal33533311430101025714157
Binary1111101011110110011100011010001000101011111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03EBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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