Html Css Color HEX #01ECBD Bright Turquoise

📋 copy color: '#01ECBD'

red 1 ◦ green 236 ◦ blue 189

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

Shades of Bright Turquoise #01ECBD

Tints of Bright Turquoise #01ECBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.37%

R = 0.23%
G = 55.4%
B = 44.37%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#01ECBD (or 0x01ECBD) is known color: Bright Turquoise. HEX triplet: 01, EC and BD. RGB value is (1,236,189). Sum of RGB (Red+Green+Blue) = 1+236+189=426 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 426); Green value is 236 (92.58% from 255 or 55.40% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 236 - color contains mainly: green. Hex color #01ECBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01ECBD is #FE1342. Grayscale: #A0A0A0. Windows color (decimal): -16651075 or 12446721. OLE color: 12446721.

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

Color convert

RGB 1 236 189 -
CMYK 1.00 0 0.20 0.07
HSL 168º 0.99% 0.46% -
HSV(B) 168º 1% 0.93% -
XYZ 39.19 63.67 58.37 -
YUV 160.38 144.14 14.32 -
System Red Green Blue C M Y K H S L
Decimal 1 236 189 1.00 0 0.20 0.07 168 0.99 0.46
Hex 1 EC BD 64 0 14 7 A8 63 2E
Octal 1 354 275 144 0 24 7 250 143 56
Binary 1 11101100 10111101 1100100 0 10100 111 10101000 1100011 101110

Color Harmonies of #01ECBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ECBD

Black with #01ECBD

Text Example


Text Example

White with #01ECBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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