Html Css Color HEX #01DCDD Bright Turquoise

📋 copy color: '#01DCDD'

red 1 ◦ green 220 ◦ blue 221

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

Shades of Bright Turquoise #01DCDD

Tints of Bright Turquoise #01DCDD

RGB

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

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

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

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

CMYK

 C value IS 1.00

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #01DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DCDD

Black with #01DCDD

Text Example


Text Example

White with #01DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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