Html Css Color HEX #01ECEA Bright Turquoise

📋 copy color: '#01ECEA'

red 1 ◦ green 236 ◦ blue 234

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

Shades of Bright Turquoise #01ECEA

Tints of Bright Turquoise #01ECEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.68%

R = 0.21%
G = 50.11%
B = 49.68%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#01ECEA (or 0x01ECEA) is known color: Bright Turquoise. HEX triplet: 01, EC and EA. RGB value is (1,236,234). Sum of RGB (Red+Green+Blue) = 1+236+234=471 (62% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 471); Green value is 236 (92.58% from 255 or 50.11% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 236 - color contains mainly: green. Hex color #01ECEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01ECEA is #FE1315. Grayscale: #A5A5A5. Windows color (decimal): -16651030 or 15395841. OLE color: 15395841.

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

Color convert

RGB 1 236 234 -
CMYK 1.00 0 0.01 0.07
HSL 179.49º 0.99% 0.46% -
HSV(B) 179.49º 1% 0.93% -
XYZ 44.86 65.94 88.2 -
YUV 165.51 166.64 10.66 -
System Red Green Blue C M Y K H S L
Decimal 1 236 234 1.00 0 0.01 0.07 179.49 0.99 0.46
Hex 1 EC EA 64 0 1 7 B3 63 2E
Octal 1 354 352 144 0 1 7 263 143 56
Binary 1 11101100 11101010 1100100 0 1 111 10110011 1100011 101110

Color Harmonies of #01ECEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ECEA

Black with #01ECEA

Text Example


Text Example

White with #01ECEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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