Html Css Color HEX #01DCEC Bright Turquoise

📋 copy color: '#01DCEC'

red 1 ◦ green 220 ◦ blue 236

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

Shades of Bright Turquoise #01DCEC

Tints of Bright Turquoise #01DCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.64%

R = 0.22%
G = 48.14%
B = 51.64%

CMYK

 C value IS 1.00

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#01DCEC (or 0x01DCEC) is known color: Bright Turquoise. HEX triplet: 01, DC and EC. RGB value is (1,220,236). Sum of RGB (Red+Green+Blue) = 1+220+236=457 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #01DCEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01DCEC is #FE2313. Grayscale: #9C9C9C. Windows color (decimal): -16655124 or 15522817. OLE color: 15522817.

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

Color convert

RGB 1 220 236 -
CMYK 1.00 0.07 0 0.07
HSL 184.09º 0.99% 0.46% -
HSV(B) 184.09º 1% 0.93% -
XYZ 40.75 57.25 88.26 -
YUV 156.34 172.95 17.2 -
System Red Green Blue C M Y K H S L
Decimal 1 220 236 1.00 0.07 0 0.07 184.09 0.99 0.46
Hex 1 DC EC 64 7 0 7 B8 63 2E
Octal 1 334 354 144 7 0 7 270 143 56
Binary 1 11011100 11101100 1100100 111 0 111 10111000 1100011 101110

Color Harmonies of #01DCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DCEC

Black with #01DCEC

Text Example


Text Example

White with #01DCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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