Html Css Color HEX #01EDDD Bright Turquoise

📋 copy color: '#01EDDD'

red 1 ◦ green 237 ◦ blue 221

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

Shades of Bright Turquoise #01EDDD

Tints of Bright Turquoise #01EDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.15%

R = 0.22%
G = 51.63%
B = 48.15%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#01EDDD (or 0x01EDDD) is known color: Bright Turquoise. HEX triplet: 01, ED and DD. RGB value is (1,237,221). Sum of RGB (Red+Green+Blue) = 1+237+221=459 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 459); Green value is 237 (92.97% from 255 or 51.63% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 237 - color contains mainly: green. Hex color #01EDDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01EDDD is #FE1222. Grayscale: #A4A4A4. Windows color (decimal): -16650787 or 14544129. OLE color: 14544129.

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

Color convert

RGB 1 237 221 -
CMYK 1.00 0 0.07 0.07
HSL 175.93º 0.99% 0.47% -
HSV(B) 175.93º 1% 0.93% -
XYZ 43.35 65.8 78.82 -
YUV 164.61 159.81 11.3 -
System Red Green Blue C M Y K H S L
Decimal 1 237 221 1.00 0 0.07 0.07 175.93 0.99 0.47
Hex 1 ED DD 64 0 7 7 B0 63 2F
Octal 1 355 335 144 0 7 7 260 143 57
Binary 1 11101101 11011101 1100100 0 111 111 10110000 1100011 101111

Color Harmonies of #01EDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EDDD

Black with #01EDDD

Text Example


Text Example

White with #01EDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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