Html Css Color HEX #01E2D3 Bright Turquoise

📋 copy color: '#01E2D3'

red 1 ◦ green 226 ◦ blue 211

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

Shades of Bright Turquoise #01E2D3

Tints of Bright Turquoise #01E2D3

RGB

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

 GREEN value IS 226 (88.67% from 255) = 51.6%

 BLUE value IS 211 (82.81% from 255) = 48.17%

R = 0.23%
G = 51.6%
B = 48.17%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#01E2D3 (or 0x01E2D3) is known color: Bright Turquoise. HEX triplet: 01, E2 and D3. RGB value is (1,226,211). Sum of RGB (Red+Green+Blue) = 1+226+211=438 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 438); Green value is 226 (88.67% from 255 or 51.60% from 438); Blue value is 211 (82.81% from 255 or 48.17% from 438); Max value from RGB is 226 - color contains mainly: green. Hex color #01E2D3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01E2D3 is #FE1D2C. Grayscale: #9C9C9C. Windows color (decimal): -16653613 or 13885953. OLE color: 13885953.

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

Color convert

RGB 1 226 211 -
CMYK 1.00 0 0.07 0.11
HSL 176º 0.99% 0.45% -
HSV(B) 176º 1% 0.89% -
XYZ 38.97 59.1 70.98 -
YUV 157.02 158.46 16.72 -
System Red Green Blue C M Y K H S L
Decimal 1 226 211 1.00 0 0.07 0.11 176 0.99 0.45
Hex 1 E2 D3 64 0 7 B B0 63 2D
Octal 1 342 323 144 0 7 13 260 143 55
Binary 1 11100010 11010011 1100100 0 111 1011 10110000 1100011 101101

Color Harmonies of #01E2D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E2D3

Black with #01E2D3

Text Example


Text Example

White with #01E2D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,226,211); }

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

background-color css

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

 a { background-color: rgb(1,226,211); }

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

border-color css

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

 span { border-color: rgb(1,226,211); }

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