Html Css Color HEX #01DED3 Bright Turquoise

📋 copy color: '#01DED3'

red 1 ◦ green 222 ◦ blue 211

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

Shades of Bright Turquoise #01DED3

Tints of Bright Turquoise #01DED3

RGB

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

 GREEN value IS 222 (87.11% from 255) = 51.15%

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

R = 0.23%
G = 51.15%
B = 48.62%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#01DED3 (or 0x01DED3) is known color: Bright Turquoise. HEX triplet: 01, DE and D3. RGB value is (1,222,211). Sum of RGB (Red+Green+Blue) = 1+222+211=434 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 434); Green value is 222 (87.11% from 255 or 51.15% from 434); Blue value is 211 (82.81% from 255 or 48.62% from 434); Max value from RGB is 222 - color contains mainly: green. Hex color #01DED3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DED3 is #FE212C. Grayscale: #9A9A9A. Windows color (decimal): -16654637 or 13884929. OLE color: 13884929.

HSL color Cylindrical-coordinate representation of color #01DED3: hue angle of 177.01º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DED3 is Cyan = 1.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 222 211 -
CMYK 1.00 0 0.05 0.13
HSL 177.01º 0.99% 0.44% -
HSV(B) 177.01º 1% 0.87% -
XYZ 37.89 56.95 70.62 -
YUV 154.67 159.78 18.39 -
System Red Green Blue C M Y K H S L
Decimal 1 222 211 1.00 0 0.05 0.13 177.01 0.99 0.44
Hex 1 DE D3 64 0 5 D B1 63 2C
Octal 1 336 323 144 0 5 15 261 143 54
Binary 1 11011110 11010011 1100100 0 101 1101 10110001 1100011 101100

Color Harmonies of #01DED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DED3

Black with #01DED3

Text Example


Text Example

White with #01DED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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