#03ECCC

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

Shades of Bright Turquoise #03ECCC

Tints of Bright Turquoise #03ECCC

Color information

#03ECCC (or 0x03ECCC) is unknown color: approx Bright Turquoise. HEX triplet: 03, EC and CC. RGB value is (3,236,204). Sum of RGB (Red+Green+Blue) = 3+236+204=443 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 443); Green value is 236 (92.58% from 255 or 53.27% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 236 - color contains mainly: green. Hex color #03ECCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03ECCC is #FC1333. Grayscale: #A2A2A2. Windows color (decimal): -16519988 or 13429763. OLE color: 13429763.

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

Color convert

RGB3236204-
CMYK0.9900.140.07
HSL171.76º97.49%46.86%-
HSV(B)171.76º98.73%92.55%-
XYZ40.9364.3767.39-
YUV162.68151.3114.1-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.68%
GREEN value IS 236 (92.58% from 255) = 53.27%
BLUE value IS 204 (80.08% from 255) = 46.05%
R=0.68%
G=53.27%
B=46.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal32362040.9900.140.07171.7697.4946.86
Hex3ECCC630E7ac612f
Octal3354314143016725414157
Binary111110110011001100110001101110111101011001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03ECCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,236,204); }

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

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

 a { background-color: rgb(3,236,204); }

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

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

 span { border-color: rgb(3,236,204); }

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