Html Css Color HEX #01EDC8 Bright Turquoise

📋 copy color: '#01EDC8'

red 1 ◦ green 237 ◦ blue 200

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

Shades of Bright Turquoise #01EDC8

Tints of Bright Turquoise #01EDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.66%

R = 0.23%
G = 54.11%
B = 45.66%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#01EDC8 (or 0x01EDC8) is known color: Bright Turquoise. HEX triplet: 01, ED and C8. RGB value is (1,237,200). Sum of RGB (Red+Green+Blue) = 1+237+200=438 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 438); Green value is 237 (92.97% from 255 or 54.11% from 438); Blue value is 200 (78.52% from 255 or 45.66% from 438); Max value from RGB is 237 - color contains mainly: green. Hex color #01EDC8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01EDC8 is #FE1237. Grayscale: #A2A2A2. Windows color (decimal): -16650808 or 13167873. OLE color: 13167873.

HSL color Cylindrical-coordinate representation of color #01EDC8: hue angle of 170.59º 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 #01EDC8 is Cyan = 1.00, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 237 200 -
CMYK 1.00 0 0.16 0.07
HSL 170.59º 0.99% 0.47% -
HSV(B) 170.59º 1% 0.93% -
XYZ 40.72 64.74 64.99 -
YUV 162.22 149.31 13.01 -
System Red Green Blue C M Y K H S L
Decimal 1 237 200 1.00 0 0.16 0.07 170.59 0.99 0.47
Hex 1 ED C8 64 0 10 7 AB 63 2F
Octal 1 355 310 144 0 20 7 253 143 57
Binary 1 11101101 11001000 1100100 0 10000 111 10101011 1100011 101111

Color Harmonies of #01EDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EDC8

Black with #01EDC8

Text Example


Text Example

White with #01EDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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