Html Css Color HEX #01DCEE Bright Turquoise

📋 copy color: '#01DCEE'

red 1 ◦ green 220 ◦ blue 238

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

Shades of Bright Turquoise #01DCEE

Tints of Bright Turquoise #01DCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.85%

R = 0.22%
G = 47.93%
B = 51.85%

CMYK

 C value IS 1.00

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#01DCEE (or 0x01DCEE) is known color: Bright Turquoise. HEX triplet: 01, DC and EE. RGB value is (1,220,238). Sum of RGB (Red+Green+Blue) = 1+220+238=459 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #01DCEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01DCEE is #FE2311. Grayscale: #9C9C9C. Windows color (decimal): -16655122 or 15653889. OLE color: 15653889.

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

Color convert

RGB 1 220 238 -
CMYK 1.00 0.08 0 0.07
HSL 184.56º 0.99% 0.47% -
HSV(B) 184.56º 1% 0.93% -
XYZ 41.04 57.37 89.8 -
YUV 156.57 173.95 17.04 -
System Red Green Blue C M Y K H S L
Decimal 1 220 238 1.00 0.08 0 0.07 184.56 0.99 0.47
Hex 1 DC EE 64 8 0 7 B9 63 2F
Octal 1 334 356 144 10 0 7 271 143 57
Binary 1 11011100 11101110 1100100 1000 0 111 10111001 1100011 101111

Color Harmonies of #01DCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DCEE

Black with #01DCEE

Text Example


Text Example

White with #01DCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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