Html Css Color HEX #01DCE1 Bright Turquoise

📋 copy color: '#01DCE1'

red 1 ◦ green 220 ◦ blue 225

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

Shades of Bright Turquoise #01DCE1

Tints of Bright Turquoise #01DCE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 50.45%

R = 0.22%
G = 49.33%
B = 50.45%

CMYK

 C value IS 1.00

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#01DCE1 (or 0x01DCE1) is known color: Bright Turquoise. HEX triplet: 01, DC and E1. RGB value is (1,220,225). Sum of RGB (Red+Green+Blue) = 1+220+225=446 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 225 (88.28% from 255 or 50.45% from 446); Max value from RGB is 225 - color contains mainly: blue. Hex color #01DCE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DCE1 is #FE231E. Grayscale: #9A9A9A. Windows color (decimal): -16655135 or 14801921. OLE color: 14801921.

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

Color convert

RGB 1 220 225 -
CMYK 1.00 0.02 0 0.12
HSL 181.34º 0.99% 0.44% -
HSV(B) 181.34º 1% 0.88% -
XYZ 39.2 56.63 80.1 -
YUV 155.09 167.45 18.09 -
System Red Green Blue C M Y K H S L
Decimal 1 220 225 1.00 0.02 0 0.12 181.34 0.99 0.44
Hex 1 DC E1 64 2 0 C B5 63 2C
Octal 1 334 341 144 2 0 14 265 143 54
Binary 1 11011100 11100001 1100100 10 0 1100 10110101 1100011 101100

Color Harmonies of #01DCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DCE1

Black with #01DCE1

Text Example


Text Example

White with #01DCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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