Html Css Color HEX #01DBEC Bright Turquoise

📋 copy color: '#01DBEC'

red 1 ◦ green 219 ◦ blue 236

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

Shades of Bright Turquoise #01DBEC

Tints of Bright Turquoise #01DBEC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.03%

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

R = 0.22%
G = 48.03%
B = 51.75%

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

#01DBEC (or 0x01DBEC) is known color: Bright Turquoise. HEX triplet: 01, DB and EC. RGB value is (1,219,236). Sum of RGB (Red+Green+Blue) = 1+219+236=456 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #01DBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01DBEC is #FE2413. Grayscale: #9B9B9B. Windows color (decimal): -16655380 or 15522561. OLE color: 15522561.

HSL color Cylindrical-coordinate representation of color #01DBEC: hue angle of 184.34º 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 #01DBEC is Cyan = 1.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 219 236 -
CMYK 1.00 0.07 0 0.07
HSL 184.34º 0.99% 0.46% -
HSV(B) 184.34º 1% 0.93% -
XYZ 40.48 56.73 88.17 -
YUV 155.76 173.28 17.62 -
System Red Green Blue C M Y K H S L
Decimal 1 219 236 1.00 0.07 0 0.07 184.34 0.99 0.46
Hex 1 DB EC 64 7 0 7 B8 63 2E
Octal 1 333 354 144 7 0 7 270 143 56
Binary 1 11011011 11101100 1100100 111 0 111 10111000 1100011 101110

Color Harmonies of #01DBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DBEC

Black with #01DBEC

Text Example


Text Example

White with #01DBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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