Html Css Color HEX #20D5EF Bright Turquoise

📋 copy color: '#20D5EF'

red 32 ◦ green 213 ◦ blue 239

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

Shades of Bright Turquoise #20D5EF

Tints of Bright Turquoise #20D5EF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.01%

 BLUE value IS 239 (93.75% from 255) = 49.38%

R = 6.61%
G = 44.01%
B = 49.38%

CMYK

 C value IS 0.87

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#20D5EF (or 0x20D5EF) is known color: Bright Turquoise. HEX triplet: 20, D5 and EF. RGB value is (32,213,239). Sum of RGB (Red+Green+Blue) = 32+213+239=484 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.61% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #20D5EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20D5EF is #DF2A10. Grayscale: #A1A1A1. Windows color (decimal): -14625297 or 15717664. OLE color: 15717664.

HSL color Cylindrical-coordinate representation of color #20D5EF: hue angle of 187.54º 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 #20D5EF is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 32 213 239 -
CMYK 0.87 0.11 0 0.06
HSL 187.54º 0.87% 0.53% -
HSV(B) 187.54º 0.87% 0.94% -
XYZ 39.97 54.13 90 -
YUV 161.85 171.53 35.39 -
System Red Green Blue C M Y K H S L
Decimal 32 213 239 0.87 0.11 0 0.06 187.54 0.87 0.53
Hex 20 D5 EF 57 B 0 6 BC 57 35
Octal 40 325 357 127 13 0 6 274 127 65
Binary 100000 11010101 11101111 1010111 1011 0 110 10111100 1010111 110101

Color Harmonies of #20D5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D5EF

Black with #20D5EF

Text Example


Text Example

White with #20D5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,213,239); }

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

background-color css

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

 a { background-color: rgb(32,213,239); }

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

border-color css

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

 span { border-color: rgb(32,213,239); }

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