Html Css Color HEX #20F2ED Bright Turquoise

📋 copy color: '#20F2ED'

red 32 ◦ green 242 ◦ blue 237

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

Shades of Bright Turquoise #20F2ED

Tints of Bright Turquoise #20F2ED

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.36%

 BLUE value IS 237 (92.97% from 255) = 46.38%

R = 6.26%
G = 47.36%
B = 46.38%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#20F2ED (or 0x20F2ED) is known color: Bright Turquoise. HEX triplet: 20, F2 and ED. RGB value is (32,242,237). Sum of RGB (Red+Green+Blue) = 32+242+237=511 (67% of max value = 765). Red value is 32 (12.89% from 255 or 6.26% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 242 - color contains mainly: green. Hex color #20F2ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20F2ED is #DF0D12. Grayscale: #B2B2B2. Windows color (decimal): -14617875 or 15594016. OLE color: 15594016.

HSL color Cylindrical-coordinate representation of color #20F2ED: hue angle of 178.57º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F2ED is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 32 242 237 -
CMYK 0.87 0 0.02 0.05
HSL 178.57º 0.89% 0.54% -
HSV(B) 178.57º 0.87% 0.95% -
XYZ 47.63 69.93 91.11 -
YUV 178.64 160.93 23.41 -
System Red Green Blue C M Y K H S L
Decimal 32 242 237 0.87 0 0.02 0.05 178.57 0.89 0.54
Hex 20 F2 ED 57 0 2 5 B3 59 36
Octal 40 362 355 127 0 2 5 263 131 66
Binary 100000 11110010 11101101 1010111 0 10 101 10110011 1011001 110110

Color Harmonies of #20F2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20F2ED

Black with #20F2ED

Text Example


Text Example

White with #20F2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,242,237); }

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

background-color css

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

 a { background-color: rgb(32,242,237); }

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

border-color css

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

 span { border-color: rgb(32,242,237); }

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