Html Css Color HEX #01EDC9 Bright Turquoise

📋 copy color: '#01EDC9'

red 1 ◦ green 237 ◦ blue 201

#01EDC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #01EDC9

Tints of Bright Turquoise #01EDC9

RGB

 RED value IS 1 (0.78% from 255) = 0.23%

 GREEN value IS 237 (92.97% from 255) = 53.99%

 BLUE value IS 201 (78.91% from 255) = 45.79%

R = 0.23%
G = 53.99%
B = 45.79%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#01EDC9 (or 0x01EDC9) is known color: Bright Turquoise. HEX triplet: 01, ED and C9. RGB value is (1,237,201). Sum of RGB (Red+Green+Blue) = 1+237+201=439 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 439); Green value is 237 (92.97% from 255 or 53.99% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 237 - color contains mainly: green. Hex color #01EDC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01EDC9 is #FE1236. Grayscale: #A2A2A2. Windows color (decimal): -16650807 or 13233409. OLE color: 13233409.

HSL color Cylindrical-coordinate representation of color #01EDC9: hue angle of 170.85º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EDC9 is Cyan = 1.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 237 201 -
CMYK 1.00 0 0.15 0.07
HSL 170.85º 0.99% 0.47% -
HSV(B) 170.85º 1% 0.93% -
XYZ 40.84 64.79 65.61 -
YUV 162.33 149.81 12.93 -
System Red Green Blue C M Y K H S L
Decimal 1 237 201 1.00 0 0.15 0.07 170.85 0.99 0.47
Hex 1 ED C9 64 0 F 7 AB 63 2F
Octal 1 355 311 144 0 17 7 253 143 57
Binary 1 11101101 11001001 1100100 0 1111 111 10101011 1100011 101111

Color Harmonies of #01EDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EDC9

Black with #01EDC9

Text Example


Text Example

White with #01EDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01EDC9; }

 p { color: rgb(1,237,201); }

 H1.HeaderClassName
 {
   color: #01EDC9;
 }
 .AnyTagClassName
 {
   color: #01EDC9;
 }
</style>

background-color css

<style>
 a { background-color: #01EDC9; }

 a { background-color: rgb(1,237,201); }

 div.DivClassName
 {
   background-color: #01EDC9;
 }
 .BgClassName
 {
   background-color: #01EDC9;
 }
</style>

border-color css

<style>
 span { border-color: #01EDC9; }

 span { border-color: rgb(1,237,201); }

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