Html Css Color HEX #01DBDB Bright Turquoise

📋 copy color: '#01DBDB'

red 1 ◦ green 219 ◦ blue 219

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

Shades of Bright Turquoise #01DBDB

Tints of Bright Turquoise #01DBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.89%

R = 0.23%
G = 49.89%
B = 49.89%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#01DBDB (or 0x01DBDB) is known color: Bright Turquoise. HEX triplet: 01, DB and DB. RGB value is (1,219,219). Sum of RGB (Red+Green+Blue) = 1+219+219=439 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 439); Green value is 219 (85.94% from 255 or 49.89% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #01DBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DBDB is #FE2424. Grayscale: #999999. Windows color (decimal): -16655397 or 14408449. OLE color: 14408449.

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

Color convert

RGB 1 219 219 -
CMYK 1.00 0 0 0.14
HSL 180º 0.99% 0.43% -
HSV(B) 180º 1% 0.86% -
XYZ 38.13 55.78 75.78 -
YUV 153.82 164.78 19 -
System Red Green Blue C M Y K H S L
Decimal 1 219 219 1.00 0 0 0.14 180 0.99 0.43
Hex 1 DB DB 64 0 0 E B4 63 2B
Octal 1 333 333 144 0 0 16 264 143 53
Binary 1 11011011 11011011 1100100 0 0 1110 10110100 1100011 101011

Color Harmonies of #01DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DBDB

Black with #01DBDB

Text Example


Text Example

White with #01DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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