Html Css Color HEX #01DDD5 Bright Turquoise

📋 copy color: '#01DDD5'

red 1 ◦ green 221 ◦ blue 213

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

Shades of Bright Turquoise #01DDD5

Tints of Bright Turquoise #01DDD5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.8%

 BLUE value IS 213 (83.59% from 255) = 48.97%

R = 0.23%
G = 50.8%
B = 48.97%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#01DDD5 (or 0x01DDD5) is known color: Bright Turquoise. HEX triplet: 01, DD and D5. RGB value is (1,221,213). Sum of RGB (Red+Green+Blue) = 1+221+213=435 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 213 (83.59% from 255 or 48.97% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #01DDD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DDD5 is #FE222A. Grayscale: #9A9A9A. Windows color (decimal): -16654891 or 14015745. OLE color: 14015745.

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

Color convert

RGB 1 221 213 -
CMYK 1.00 0 0.04 0.13
HSL 177.82º 0.99% 0.44% -
HSV(B) 177.82º 1% 0.87% -
XYZ 37.88 56.52 71.86 -
YUV 154.31 161.11 18.65 -
System Red Green Blue C M Y K H S L
Decimal 1 221 213 1.00 0 0.04 0.13 177.82 0.99 0.44
Hex 1 DD D5 64 0 4 D B2 63 2C
Octal 1 335 325 144 0 4 15 262 143 54
Binary 1 11011101 11010101 1100100 0 100 1101 10110010 1100011 101100

Color Harmonies of #01DDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DDD5

Black with #01DDD5

Text Example


Text Example

White with #01DDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,221,213); }

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

background-color css

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

 a { background-color: rgb(1,221,213); }

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

border-color css

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

 span { border-color: rgb(1,221,213); }

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