Html Css Color HEX #20DCF0 Bright Turquoise

📋 copy color: '#20DCF0'

red 32 ◦ green 220 ◦ blue 240

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

Shades of Bright Turquoise #20DCF0

Tints of Bright Turquoise #20DCF0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.72%

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

R = 6.5%
G = 44.72%
B = 48.78%

CMYK

 C value IS 0.87

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#20DCF0 (or 0x20DCF0) is known color: Bright Turquoise. HEX triplet: 20, DC and F0. RGB value is (32,220,240). Sum of RGB (Red+Green+Blue) = 32+220+240=492 (65% of max value = 765). Red value is 32 (12.89% from 255 or 6.50% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 240 (94.14% from 255 or 48.78% from 492); Max value from RGB is 240 - color contains mainly: blue. Hex color #20DCF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20DCF0 is #DF230F. Grayscale: #A5A5A5. Windows color (decimal): -14623504 or 15784992. OLE color: 15784992.

HSL color Cylindrical-coordinate representation of color #20DCF0: hue angle of 185.77º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20DCF0 is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 32 220 240 -
CMYK 0.87 0.08 0 0.06
HSL 185.77º 0.87% 0.53% -
HSV(B) 185.77º 0.87% 0.94% -
XYZ 41.92 57.78 91.38 -
YUV 166.07 169.72 32.37 -
System Red Green Blue C M Y K H S L
Decimal 32 220 240 0.87 0.08 0 0.06 185.77 0.87 0.53
Hex 20 DC F0 57 8 0 6 BA 57 35
Octal 40 334 360 127 10 0 6 272 127 65
Binary 100000 11011100 11110000 1010111 1000 0 110 10111010 1010111 110101

Color Harmonies of #20DCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DCF0

Black with #20DCF0

Text Example


Text Example

White with #20DCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,220,240); }

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

background-color css

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

 a { background-color: rgb(32,220,240); }

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

border-color css

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

 span { border-color: rgb(32,220,240); }

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