Html Css Color HEX #01DBF0 Bright Turquoise

📋 copy color: '#01DBF0'

red 1 ◦ green 219 ◦ blue 240

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

Shades of Bright Turquoise #01DBF0

Tints of Bright Turquoise #01DBF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 52.17%

R = 0.22%
G = 47.61%
B = 52.17%

CMYK

 C value IS 1.00

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#01DBF0 (or 0x01DBF0) is known color: Bright Turquoise. HEX triplet: 01, DB and F0. RGB value is (1,219,240). Sum of RGB (Red+Green+Blue) = 1+219+240=460 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 240 (94.14% from 255 or 52.17% from 460); Max value from RGB is 240 - color contains mainly: blue. Hex color #01DBF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01DBF0 is #FE240F. Grayscale: #9B9B9B. Windows color (decimal): -16655376 or 15784705. OLE color: 15784705.

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

Color convert

RGB 1 219 240 -
CMYK 1.00 0.09 0 0.06
HSL 185.27º 0.99% 0.47% -
HSV(B) 185.27º 1% 0.94% -
XYZ 41.07 56.96 91.27 -
YUV 156.21 175.28 17.29 -
System Red Green Blue C M Y K H S L
Decimal 1 219 240 1.00 0.09 0 0.06 185.27 0.99 0.47
Hex 1 DB F0 64 9 0 6 B9 63 2F
Octal 1 333 360 144 11 0 6 271 143 57
Binary 1 11011011 11110000 1100100 1001 0 110 10111001 1100011 101111

Color Harmonies of #01DBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DBF0

Black with #01DBF0

Text Example


Text Example

White with #01DBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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