Html Css Color HEX #01DDDC Bright Turquoise

📋 copy color: '#01DDDC'

red 1 ◦ green 221 ◦ blue 220

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

Shades of Bright Turquoise #01DDDC

Tints of Bright Turquoise #01DDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.77%

R = 0.23%
G = 50%
B = 49.77%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#01DDDC (or 0x01DDDC) is known color: Bright Turquoise. HEX triplet: 01, DD and DC. RGB value is (1,221,220). Sum of RGB (Red+Green+Blue) = 1+221+220=442 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #01DDDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DDDC is #FE2223. Grayscale: #9A9A9A. Windows color (decimal): -16654884 or 14474497. OLE color: 14474497.

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

Color convert

RGB 1 221 220 -
CMYK 1.00 0 0.00 0.13
HSL 179.73º 0.99% 0.44% -
HSV(B) 179.73º 1% 0.87% -
XYZ 38.79 56.89 76.65 -
YUV 155.11 164.61 18.08 -
System Red Green Blue C M Y K H S L
Decimal 1 221 220 1.00 0 0.00 0.13 179.73 0.99 0.44
Hex 1 DD DC 64 0 0 D B4 63 2C
Octal 1 335 334 144 0 0 15 264 143 54
Binary 1 11011101 11011100 1100100 0 0 1101 10110100 1100011 101100

Color Harmonies of #01DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DDDC

Black with #01DDDC

Text Example


Text Example

White with #01DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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