Html Css Color HEX #20DBF6 Bright Turquoise

📋 copy color: '#20DBF6'

red 32 ◦ green 219 ◦ blue 246

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

Shades of Bright Turquoise #20DBF6

Tints of Bright Turquoise #20DBF6

RGB

 RED value IS 32 (12.89% from 255) = 6.44%

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

 BLUE value IS 246 (96.48% from 255) = 49.5%

R = 6.44%
G = 44.06%
B = 49.5%

CMYK

 C value IS 0.87

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#20DBF6 (or 0x20DBF6) is known color: Bright Turquoise. HEX triplet: 20, DB and F6. RGB value is (32,219,246). Sum of RGB (Red+Green+Blue) = 32+219+246=497 (65% of max value = 765). Red value is 32 (12.89% from 255 or 6.44% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 246 (96.48% from 255 or 49.50% from 497); Max value from RGB is 246 - color contains mainly: blue. Hex color #20DBF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20DBF6 is #DF2409. Grayscale: #A5A5A5. Windows color (decimal): -14623754 or 16177952. OLE color: 16177952.

HSL color Cylindrical-coordinate representation of color #20DBF6: hue angle of 187.57º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20DBF6 is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 32 219 246 -
CMYK 0.87 0.11 0 0.04
HSL 187.57º 0.92% 0.55% -
HSV(B) 187.57º 0.87% 0.96% -
XYZ 42.56 57.62 96.07 -
YUV 166.17 173.05 32.3 -
System Red Green Blue C M Y K H S L
Decimal 32 219 246 0.87 0.11 0 0.04 187.57 0.92 0.55
Hex 20 DB F6 57 B 0 4 BC 5C 37
Octal 40 333 366 127 13 0 4 274 134 67
Binary 100000 11011011 11110110 1010111 1011 0 100 10111100 1011100 110111

Color Harmonies of #20DBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DBF6

Black with #20DBF6

Text Example


Text Example

White with #20DBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20DBF6; }

 p { color: rgb(32,219,246); }

 H1.HeaderClassName
 {
   color: #20DBF6;
 }
 .AnyTagClassName
 {
   color: #20DBF6;
 }
</style>

background-color css

<style>
 a { background-color: #20DBF6; }

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

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

border-color css

<style>
 span { border-color: #20DBF6; }

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

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