#03E2CD

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

Shades of Bright Turquoise #03E2CD

Tints of Bright Turquoise #03E2CD

Color information

#03E2CD (or 0x03E2CD) is unknown color: approx Bright Turquoise. HEX triplet: 03, E2 and CD. RGB value is (3,226,205). Sum of RGB (Red+Green+Blue) = 3+226+205=434 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 434); Green value is 226 (88.67% from 255 or 52.07% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 226 - color contains mainly: green. Hex color #03E2CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03E2CD is #FC1D32. Grayscale: #9C9C9C. Windows color (decimal): -16522547 or 13492739. OLE color: 13492739.

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

Color convert

RGB3226205-
CMYK0.9900.090.11
HSL174.35º97.38%44.9%-
HSV(B)174.35º98.67%88.63%-
XYZ38.2558.8267.09-
YUV156.93155.1218.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.69%
GREEN value IS 226 (88.67% from 255) = 52.07%
BLUE value IS 205 (80.47% from 255) = 47.24%
R=0.69%
G=52.07%
B=47.24%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal32262050.9900.090.11174.3597.3844.9
Hex3E2CD6309Bae612d
Octal33423151430111325614155
Binary1111100010110011011100011010011011101011101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03E2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,226,205); }

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

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

 a { background-color: rgb(3,226,205); }

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

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

 span { border-color: rgb(3,226,205); }

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