Html Css Color HEX #20DAFA Bright Turquoise

📋 copy color: '#20DAFA'

red 32 ◦ green 218 ◦ blue 250

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

Shades of Bright Turquoise #20DAFA

Tints of Bright Turquoise #20DAFA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.6%

 BLUE value IS 250 (98.05% from 255) = 50%

R = 6.4%
G = 43.6%
B = 50%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#20DAFA (or 0x20DAFA) is known color: Bright Turquoise. HEX triplet: 20, DA and FA. RGB value is (32,218,250). Sum of RGB (Red+Green+Blue) = 32+218+250=500 (66% of max value = 765). Red value is 32 (12.89% from 255 or 6.4% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #20DAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20DAFA is #DF2505. Grayscale: #A5A5A5. Windows color (decimal): -14624006 or 16439840. OLE color: 16439840.

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

Color convert

RGB 32 218 250 -
CMYK 0.87 0.13 0 0.02
HSL 188.81º 0.96% 0.55% -
HSV(B) 188.81º 0.87% 0.98% -
XYZ 42.92 57.35 99.25 -
YUV 166.03 175.38 32.4 -
System Red Green Blue C M Y K H S L
Decimal 32 218 250 0.87 0.13 0 0.02 188.81 0.96 0.55
Hex 20 DA FA 57 D 0 2 BD 60 37
Octal 40 332 372 127 15 0 2 275 140 67
Binary 100000 11011010 11111010 1010111 1101 0 10 10111101 1100000 110111

Color Harmonies of #20DAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DAFA

Black with #20DAFA

Text Example


Text Example

White with #20DAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,218,250); }

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

background-color css

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

 a { background-color: rgb(32,218,250); }

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

border-color css

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

 span { border-color: rgb(32,218,250); }

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