Html Css Color HEX #01EBDA Bright Turquoise

📋 copy color: '#01EBDA'

red 1 ◦ green 235 ◦ blue 218

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

Shades of Bright Turquoise #01EBDA

Tints of Bright Turquoise #01EBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.02%

R = 0.22%
G = 51.76%
B = 48.02%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#01EBDA (or 0x01EBDA) is known color: Bright Turquoise. HEX triplet: 01, EB and DA. RGB value is (1,235,218). Sum of RGB (Red+Green+Blue) = 1+235+218=454 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 454); Green value is 235 (92.19% from 255 or 51.76% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 235 - color contains mainly: green. Hex color #01EBDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01EBDA is #FE1425. Grayscale: #A2A2A2. Windows color (decimal): -16651302 or 14347009. OLE color: 14347009.

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

Color convert

RGB 1 235 218 -
CMYK 1.00 0 0.07 0.08
HSL 175.64º 0.99% 0.46% -
HSV(B) 175.64º 1% 0.92% -
XYZ 42.38 64.49 76.54 -
YUV 163.1 158.98 12.38 -
System Red Green Blue C M Y K H S L
Decimal 1 235 218 1.00 0 0.07 0.08 175.64 0.99 0.46
Hex 1 EB DA 64 0 7 8 B0 63 2E
Octal 1 353 332 144 0 7 10 260 143 56
Binary 1 11101011 11011010 1100100 0 111 1000 10110000 1100011 101110

Color Harmonies of #01EBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EBDA

Black with #01EBDA

Text Example


Text Example

White with #01EBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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