Html Css Color HEX #01DCE5 Bright Turquoise

📋 copy color: '#01DCE5'

red 1 ◦ green 220 ◦ blue 229

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

Shades of Bright Turquoise #01DCE5

Tints of Bright Turquoise #01DCE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 50.89%

R = 0.22%
G = 48.89%
B = 50.89%

CMYK

 C value IS 1.00

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#01DCE5 (or 0x01DCE5) is known color: Bright Turquoise. HEX triplet: 01, DC and E5. RGB value is (1,220,229). Sum of RGB (Red+Green+Blue) = 1+220+229=450 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 229 (89.84% from 255 or 50.89% from 450); Max value from RGB is 229 - color contains mainly: blue. Hex color #01DCE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DCE5 is #FE231A. Grayscale: #9B9B9B. Windows color (decimal): -16655131 or 15064065. OLE color: 15064065.

HSL color Cylindrical-coordinate representation of color #01DCE5: hue angle of 182.37º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DCE5 is Cyan = 1.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 1 220 229 -
CMYK 1.00 0.04 0 0.10
HSL 182.37º 0.99% 0.45% -
HSV(B) 182.37º 1% 0.9% -
XYZ 39.75 56.85 83.01 -
YUV 155.55 169.45 17.77 -
System Red Green Blue C M Y K H S L
Decimal 1 220 229 1.00 0.04 0 0.10 182.37 0.99 0.45
Hex 1 DC E5 64 4 0 A B6 63 2D
Octal 1 334 345 144 4 0 12 266 143 55
Binary 1 11011100 11100101 1100100 100 0 1010 10110110 1100011 101101

Color Harmonies of #01DCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DCE5

Black with #01DCE5

Text Example


Text Example

White with #01DCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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