Html Css Color HEX #01DBDD Bright Turquoise

📋 copy color: '#01DBDD'

red 1 ◦ green 219 ◦ blue 221

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

Shades of Bright Turquoise #01DBDD

Tints of Bright Turquoise #01DBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.11%

R = 0.23%
G = 49.66%
B = 50.11%

CMYK

 C value IS 1.00

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#01DBDD (or 0x01DBDD) is known color: Bright Turquoise. HEX triplet: 01, DB and DD. RGB value is (1,219,221). Sum of RGB (Red+Green+Blue) = 1+219+221=441 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #01DBDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DBDD is #FE2422. Grayscale: #999999. Windows color (decimal): -16655395 or 14539521. OLE color: 14539521.

HSL color Cylindrical-coordinate representation of color #01DBDD: hue angle of 180.55º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DBDD is Cyan = 1.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 219 221 -
CMYK 1.00 0.01 0 0.13
HSL 180.55º 0.99% 0.44% -
HSV(B) 180.55º 1% 0.87% -
XYZ 38.4 55.89 77.17 -
YUV 154.05 165.78 18.84 -
System Red Green Blue C M Y K H S L
Decimal 1 219 221 1.00 0.01 0 0.13 180.55 0.99 0.44
Hex 1 DB DD 64 1 0 D B5 63 2C
Octal 1 333 335 144 1 0 15 265 143 54
Binary 1 11011011 11011101 1100100 1 0 1101 10110101 1100011 101100

Color Harmonies of #01DBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DBDD

Black with #01DBDD

Text Example


Text Example

White with #01DBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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