Html Css Color HEX #01DCEF Bright Turquoise

📋 copy color: '#01DCEF'

red 1 ◦ green 220 ◦ blue 239

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

Shades of Bright Turquoise #01DCEF

Tints of Bright Turquoise #01DCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.96%

R = 0.22%
G = 47.83%
B = 51.96%

CMYK

 C value IS 1.00

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#01DCEF (or 0x01DCEF) is known color: Bright Turquoise. HEX triplet: 01, DC and EF. RGB value is (1,220,239). Sum of RGB (Red+Green+Blue) = 1+220+239=460 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #01DCEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01DCEF is #FE2310. Grayscale: #9C9C9C. Windows color (decimal): -16655121 or 15719425. OLE color: 15719425.

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

Color convert

RGB 1 220 239 -
CMYK 1.00 0.08 0 0.06
HSL 184.79º 0.99% 0.47% -
HSV(B) 184.79º 1% 0.94% -
XYZ 41.19 57.42 90.57 -
YUV 156.69 174.45 16.96 -
System Red Green Blue C M Y K H S L
Decimal 1 220 239 1.00 0.08 0 0.06 184.79 0.99 0.47
Hex 1 DC EF 64 8 0 6 B9 63 2F
Octal 1 334 357 144 10 0 6 271 143 57
Binary 1 11011100 11101111 1100100 1000 0 110 10111001 1100011 101111

Color Harmonies of #01DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DCEF

Black with #01DCEF

Text Example


Text Example

White with #01DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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