Html Css Color HEX #01ECD5 Bright Turquoise

📋 copy color: '#01ECD5'

red 1 ◦ green 236 ◦ blue 213

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

Shades of Bright Turquoise #01ECD5

Tints of Bright Turquoise #01ECD5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 52.44%

 BLUE value IS 213 (83.59% from 255) = 47.33%

R = 0.22%
G = 52.44%
B = 47.33%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#01ECD5 (or 0x01ECD5) is known color: Bright Turquoise. HEX triplet: 01, EC and D5. RGB value is (1,236,213). Sum of RGB (Red+Green+Blue) = 1+236+213=450 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 450); Green value is 236 (92.58% from 255 or 52.44% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 236 - color contains mainly: green. Hex color #01ECD5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01ECD5 is #FE132A. Grayscale: #A2A2A2. Windows color (decimal): -16651051 or 14019585. OLE color: 14019585.

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

Color convert

RGB 1 236 213 -
CMYK 1.00 0 0.10 0.07
HSL 174.13º 0.99% 0.46% -
HSV(B) 174.13º 1% 0.93% -
XYZ 42.02 64.8 73.24 -
YUV 163.11 156.14 12.37 -
System Red Green Blue C M Y K H S L
Decimal 1 236 213 1.00 0 0.10 0.07 174.13 0.99 0.46
Hex 1 EC D5 64 0 A 7 AE 63 2E
Octal 1 354 325 144 0 12 7 256 143 56
Binary 1 11101100 11010101 1100100 0 1010 111 10101110 1100011 101110

Color Harmonies of #01ECD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ECD5

Black with #01ECD5

Text Example


Text Example

White with #01ECD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,236,213); }

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

background-color css

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

 a { background-color: rgb(1,236,213); }

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

border-color css

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

 span { border-color: rgb(1,236,213); }

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