#03EDD1

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

Shades of Bright Turquoise #03EDD1

Tints of Bright Turquoise #03EDD1

Color information

#03EDD1 (or 0x03EDD1) is unknown color: approx Bright Turquoise. HEX triplet: 03, ED and D1. RGB value is (3,237,209). Sum of RGB (Red+Green+Blue) = 3+237+209=449 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 449); Green value is 237 (92.97% from 255 or 52.78% from 449); Blue value is 209 (82.03% from 255 or 46.55% from 449); Max value from RGB is 237 - color contains mainly: green. Hex color #03EDD1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03EDD1 is #FC122E. Grayscale: #A3A3A3. Windows color (decimal): -16519727 or 13757699. OLE color: 13757699.

HSL color Cylindrical-coordinate representation of color #03EDD1: hue angle of 172.82º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03EDD1 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB3237209-
CMYK0.9900.120.07
HSL172.82º97.5%47.06%-
HSV(B)172.82º98.73%92.94%-
XYZ41.8365.1970.7-
YUV163.84153.4813.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.67%
GREEN value IS 237 (92.97% from 255) = 52.78%
BLUE value IS 209 (82.03% from 255) = 46.55%
R=0.67%
G=52.78%
B=46.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal32372090.9900.120.07172.8297.547.06
Hex3EDD1630C7ad622f
Octal3355321143014725514257
Binary111110110111010001110001101100111101011011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03EDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,237,209); }

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

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

 a { background-color: rgb(3,237,209); }

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

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

 span { border-color: rgb(3,237,209); }

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