Html Css Color HEX #01EBED Bright Turquoise

📋 copy color: '#01EBED'

red 1 ◦ green 235 ◦ blue 237

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

Shades of Bright Turquoise #01EBED

Tints of Bright Turquoise #01EBED

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.68%

 BLUE value IS 237 (92.97% from 255) = 50.11%

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

CMYK

 C value IS 1.00

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#01EBED (or 0x01EBED) is known color: Bright Turquoise. HEX triplet: 01, EB and ED. RGB value is (1,235,237). Sum of RGB (Red+Green+Blue) = 1+235+237=473 (62% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 473); Green value is 235 (92.19% from 255 or 49.68% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #01EBED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01EBED is #FE1412. Grayscale: #A5A5A5. Windows color (decimal): -16651283 or 15592193. OLE color: 15592193.

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

Color convert

RGB 1 235 237 -
CMYK 1.00 0.01 0 0.07
HSL 180.51º 0.99% 0.47% -
HSV(B) 180.51º 1% 0.93% -
XYZ 45.01 65.54 90.4 -
YUV 165.26 168.48 10.84 -
System Red Green Blue C M Y K H S L
Decimal 1 235 237 1.00 0.01 0 0.07 180.51 0.99 0.47
Hex 1 EB ED 64 1 0 7 B5 63 2F
Octal 1 353 355 144 1 0 7 265 143 57
Binary 1 11101011 11101101 1100100 1 0 111 10110101 1100011 101111

Color Harmonies of #01EBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EBED

Black with #01EBED

Text Example


Text Example

White with #01EBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,235,237); }

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

background-color css

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

 a { background-color: rgb(1,235,237); }

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

border-color css

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

 span { border-color: rgb(1,235,237); }

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