Html Css Color HEX #01ECDB Bright Turquoise

📋 copy color: '#01ECDB'

red 1 ◦ green 236 ◦ blue 219

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

Shades of Bright Turquoise #01ECDB

Tints of Bright Turquoise #01ECDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.03%

R = 0.22%
G = 51.75%
B = 48.03%

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

#01ECDB (or 0x01ECDB) is known color: Bright Turquoise. HEX triplet: 01, EC and DB. RGB value is (1,236,219). Sum of RGB (Red+Green+Blue) = 1+236+219=456 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 456); Green value is 236 (92.58% from 255 or 51.75% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 236 - color contains mainly: green. Hex color #01ECDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01ECDB is #FE1324. Grayscale: #A3A3A3. Windows color (decimal): -16651045 or 14412801. OLE color: 14412801.

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

Color convert

RGB 1 236 219 -
CMYK 1.00 0 0.07 0.07
HSL 175.66º 0.99% 0.46% -
HSV(B) 175.66º 1% 0.93% -
XYZ 42.79 65.11 77.33 -
YUV 163.8 159.14 11.88 -
System Red Green Blue C M Y K H S L
Decimal 1 236 219 1.00 0 0.07 0.07 175.66 0.99 0.46
Hex 1 EC DB 64 0 7 7 B0 63 2E
Octal 1 354 333 144 0 7 7 260 143 56
Binary 1 11101100 11011011 1100100 0 111 111 10110000 1100011 101110

Color Harmonies of #01ECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ECDB

Black with #01ECDB

Text Example


Text Example

White with #01ECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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