#00EDC2

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

Shades of Bright Turquoise #00EDC2

Tints of Bright Turquoise #00EDC2

Color information

#00EDC2 (or 0x00EDC2) is unknown color: approx Bright Turquoise. HEX triplet: 00, ED and C2. RGB value is (0,237,194). Sum of RGB (Red+Green+Blue) = 0+237+194=431 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 431); Green value is 237 (92.97% from 255 or 54.99% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 237 - color contains mainly: green. Hex color #00EDC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EDC2 is #FF123D. Grayscale: #A1A1A1. Windows color (decimal): -16716350 or 12774656. OLE color: 12774656.

HSL color Cylindrical-coordinate representation of color #00EDC2: hue angle of 169.11º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EDC2 is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB0237194-
CMYK100.180.07
HSL169.11º100%46.47%-
HSV(B)169.11º100%92.94%-
XYZ40.0264.4661.37-
YUV161.24146.4813-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 237 (92.97% from 255) = 54.99%
BLUE value IS 194 (76.17% from 255) = 45.01%
R=0%
G=54.99%
B=45.01%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal0237194100.180.07169.1110046.47
Hex0EDC2640127a9642e
Octal0355302144022725114456
Binary011101101110000101100100010010111101010011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00EDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00EDC2; }

 p { color: rgb(0,237,194); }

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

<style>
 a { background-color: #00EDC2; }

 a { background-color: rgb(0,237,194); }

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

<style>
 span { border-color: #00EDC2; }

 span { border-color: rgb(0,237,194); }

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