Html Css Color HEX #20DBEC Bright Turquoise

📋 copy color: '#20DBEC'

red 32 ◦ green 219 ◦ blue 236

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

Shades of Bright Turquoise #20DBEC

Tints of Bright Turquoise #20DBEC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.97%

 BLUE value IS 236 (92.58% from 255) = 48.46%

R = 6.57%
G = 44.97%
B = 48.46%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#20DBEC (or 0x20DBEC) is known color: Bright Turquoise. HEX triplet: 20, DB and EC. RGB value is (32,219,236). Sum of RGB (Red+Green+Blue) = 32+219+236=487 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.57% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #20DBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20DBEC is #DF2413. Grayscale: #A4A4A4. Windows color (decimal): -14623764 or 15522592. OLE color: 15522592.

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

Color convert

RGB 32 219 236 -
CMYK 0.86 0.07 0 0.07
HSL 185º 0.84% 0.53% -
HSV(B) 185º 0.86% 0.93% -
XYZ 41.07 57.03 88.2 -
YUV 165.03 168.05 33.12 -
System Red Green Blue C M Y K H S L
Decimal 32 219 236 0.86 0.07 0 0.07 185 0.84 0.53
Hex 20 DB EC 56 7 0 7 B9 54 35
Octal 40 333 354 126 7 0 7 271 124 65
Binary 100000 11011011 11101100 1010110 111 0 111 10111001 1010100 110101

Color Harmonies of #20DBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DBEC

Black with #20DBEC

Text Example


Text Example

White with #20DBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,219,236); }

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

background-color css

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

 a { background-color: rgb(32,219,236); }

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

border-color css

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

 span { border-color: rgb(32,219,236); }

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