Html Css Color HEX #20EEBC Turquoise

📋 copy color: '#20EEBC'

red 32 ◦ green 238 ◦ blue 188

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

Shades of Turquoise #20EEBC

Tints of Turquoise #20EEBC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 51.97%

 BLUE value IS 188 (73.83% from 255) = 41.05%

R = 6.99%
G = 51.97%
B = 41.05%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#20EEBC (or 0x20EEBC) is known color: Turquoise. HEX triplet: 20, EE and BC. RGB value is (32,238,188). Sum of RGB (Red+Green+Blue) = 32+238+188=458 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.99% from 458); Green value is 238 (93.36% from 255 or 51.97% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 238 - color contains mainly: green. Hex color #20EEBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EEBC is #DF1143. Grayscale: #AAAAAA. Windows color (decimal): -14618948 or 12381728. OLE color: 12381728.

HSL color Cylindrical-coordinate representation of color #20EEBC: hue angle of 165.44º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20EEBC is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 238 188 -
CMYK 0.87 0 0.21 0.07
HSL 165.44º 0.86% 0.53% -
HSV(B) 165.44º 0.87% 0.93% -
XYZ 40.25 65.09 58.02 -
YUV 170.71 137.75 29.07 -
System Red Green Blue C M Y K H S L
Decimal 32 238 188 0.87 0 0.21 0.07 165.44 0.86 0.53
Hex 20 EE BC 57 0 15 7 A5 56 35
Octal 40 356 274 127 0 25 7 245 126 65
Binary 100000 11101110 10111100 1010111 0 10101 111 10100101 1010110 110101

Color Harmonies of #20EEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EEBC

Black with #20EEBC

Text Example


Text Example

White with #20EEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,238,188); }

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

background-color css

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

 a { background-color: rgb(32,238,188); }

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

border-color css

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

 span { border-color: rgb(32,238,188); }

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