Html Css Color HEX #01DCDC Bright Turquoise

📋 copy color: '#01DCDC'

red 1 ◦ green 220 ◦ blue 220

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

Shades of Bright Turquoise #01DCDC

Tints of Bright Turquoise #01DCDC

RGB

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

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

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

R = 0.23%
G = 49.89%
B = 49.89%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#01DCDC (or 0x01DCDC) is known color: Bright Turquoise. HEX triplet: 01, DC and DC. RGB value is (1,220,220). Sum of RGB (Red+Green+Blue) = 1+220+220=441 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #01DCDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DCDC is #FE2323. Grayscale: #9A9A9A. Windows color (decimal): -16655140 or 14474241. OLE color: 14474241.

HSL color Cylindrical-coordinate representation of color #01DCDC: hue angle of 180º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DCDC is Cyan = 1.00, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 220 220 -
CMYK 1.00 0 0 0.14
HSL 180º 0.99% 0.43% -
HSV(B) 180º 1% 0.86% -
XYZ 38.52 56.36 76.56 -
YUV 154.52 164.95 18.5 -
System Red Green Blue C M Y K H S L
Decimal 1 220 220 1.00 0 0 0.14 180 0.99 0.43
Hex 1 DC DC 64 0 0 E B4 63 2B
Octal 1 334 334 144 0 0 16 264 143 53
Binary 1 11011100 11011100 1100100 0 0 1110 10110100 1100011 101011

Color Harmonies of #01DCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DCDC

Black with #01DCDC

Text Example


Text Example

White with #01DCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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