Html Css Color HEX #01ECE7 Bright Turquoise

📋 copy color: '#01ECE7'

red 1 ◦ green 236 ◦ blue 231

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

Shades of Bright Turquoise #01ECE7

Tints of Bright Turquoise #01ECE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 49.36%

R = 0.21%
G = 50.43%
B = 49.36%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#01ECE7 (or 0x01ECE7) is known color: Bright Turquoise. HEX triplet: 01, EC and E7. RGB value is (1,236,231). Sum of RGB (Red+Green+Blue) = 1+236+231=468 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 468); Green value is 236 (92.58% from 255 or 50.43% from 468); Blue value is 231 (90.62% from 255 or 49.36% from 468); Max value from RGB is 236 - color contains mainly: green. Hex color #01ECE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01ECE7 is #FE1318. Grayscale: #A4A4A4. Windows color (decimal): -16651033 or 15199233. OLE color: 15199233.

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

Color convert

RGB 1 236 231 -
CMYK 1.00 0 0.02 0.07
HSL 178.72º 0.99% 0.46% -
HSV(B) 178.72º 1% 0.93% -
XYZ 44.43 65.77 85.95 -
YUV 165.17 165.14 10.91 -
System Red Green Blue C M Y K H S L
Decimal 1 236 231 1.00 0 0.02 0.07 178.72 0.99 0.46
Hex 1 EC E7 64 0 2 7 B3 63 2E
Octal 1 354 347 144 0 2 7 263 143 56
Binary 1 11101100 11100111 1100100 0 10 111 10110011 1100011 101110

Color Harmonies of #01ECE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ECE7

Black with #01ECE7

Text Example


Text Example

White with #01ECE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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