Html Css Color HEX #20DCEB Bright Turquoise

📋 copy color: '#20DCEB'

red 32 ◦ green 220 ◦ blue 235

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

Shades of Bright Turquoise #20DCEB

Tints of Bright Turquoise #20DCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.25%

R = 6.57%
G = 45.17%
B = 48.25%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#20DCEB (or 0x20DCEB) is known color: Bright Turquoise. HEX triplet: 20, DC and EB. RGB value is (32,220,235). Sum of RGB (Red+Green+Blue) = 32+220+235=487 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.57% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #20DCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20DCEB is #DF2314. Grayscale: #A5A5A5. Windows color (decimal): -14623509 or 15457312. OLE color: 15457312.

HSL color Cylindrical-coordinate representation of color #20DCEB: hue angle of 184.43º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DCEB is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 220 235 -
CMYK 0.86 0.06 0 0.08
HSL 184.43º 0.84% 0.52% -
HSV(B) 184.43º 0.86% 0.92% -
XYZ 41.18 57.49 87.52 -
YUV 165.5 167.22 32.78 -
System Red Green Blue C M Y K H S L
Decimal 32 220 235 0.86 0.06 0 0.08 184.43 0.84 0.52
Hex 20 DC EB 56 6 0 8 B8 54 34
Octal 40 334 353 126 6 0 10 270 124 64
Binary 100000 11011100 11101011 1010110 110 0 1000 10111000 1010100 110100

Color Harmonies of #20DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DCEB

Black with #20DCEB

Text Example


Text Example

White with #20DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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