Html Css Color HEX #20E6FC Bright Turquoise

📋 copy color: '#20E6FC'

red 32 ◦ green 230 ◦ blue 252

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

Shades of Bright Turquoise #20E6FC

Tints of Bright Turquoise #20E6FC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.75%

 BLUE value IS 252 (98.83% from 255) = 49.03%

R = 6.23%
G = 44.75%
B = 49.03%

CMYK

 C value IS 0.87

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#20E6FC (or 0x20E6FC) is known color: Bright Turquoise. HEX triplet: 20, E6 and FC. RGB value is (32,230,252). Sum of RGB (Red+Green+Blue) = 32+230+252=514 (68% of max value = 765). Red value is 32 (12.89% from 255 or 6.23% from 514); Green value is 230 (90.23% from 255 or 44.75% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #20E6FC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20E6FC is #DF1903. Grayscale: #ADADAD. Windows color (decimal): -14620932 or 16573984. OLE color: 16573984.

HSL color Cylindrical-coordinate representation of color #20E6FC: hue angle of 186º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20E6FC is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 32 230 252 -
CMYK 0.87 0.09 0 0.01
HSL 186º 0.97% 0.56% -
HSV(B) 186º 0.87% 0.99% -
XYZ 46.46 63.93 101.99 -
YUV 173.31 172.4 27.21 -
System Red Green Blue C M Y K H S L
Decimal 32 230 252 0.87 0.09 0 0.01 186 0.97 0.56
Hex 20 E6 FC 57 9 0 1 BA 61 38
Octal 40 346 374 127 11 0 1 272 141 70
Binary 100000 11100110 11111100 1010111 1001 0 1 10111010 1100001 111000

Color Harmonies of #20E6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E6FC

Black with #20E6FC

Text Example


Text Example

White with #20E6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,230,252); }

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

background-color css

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

 a { background-color: rgb(32,230,252); }

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

border-color css

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

 span { border-color: rgb(32,230,252); }

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