Html Css Color HEX #20DCED Bright Turquoise

📋 copy color: '#20DCED'

red 32 ◦ green 220 ◦ blue 237

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

Shades of Bright Turquoise #20DCED

Tints of Bright Turquoise #20DCED

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.99%

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

R = 6.54%
G = 44.99%
B = 48.47%

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

#20DCED (or 0x20DCED) is known color: Bright Turquoise. HEX triplet: 20, DC and ED. RGB value is (32,220,237). Sum of RGB (Red+Green+Blue) = 32+220+237=489 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.54% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #20DCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20DCED is #DF2312. Grayscale: #A5A5A5. Windows color (decimal): -14623507 or 15588384. OLE color: 15588384.

HSL color Cylindrical-coordinate representation of color #20DCED: hue angle of 184.98º degrees, saturation: 0.85, 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 #20DCED is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 220 237 -
CMYK 0.86 0.07 0 0.07
HSL 184.98º 0.85% 0.53% -
HSV(B) 184.98º 0.86% 0.93% -
XYZ 41.47 57.61 89.05 -
YUV 165.73 168.22 32.62 -
System Red Green Blue C M Y K H S L
Decimal 32 220 237 0.86 0.07 0 0.07 184.98 0.85 0.53
Hex 20 DC ED 56 7 0 7 B9 55 35
Octal 40 334 355 126 7 0 7 271 125 65
Binary 100000 11011100 11101101 1010110 111 0 111 10111001 1010101 110101

Color Harmonies of #20DCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DCED

Black with #20DCED

Text Example


Text Example

White with #20DCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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