Html Css Color HEX #20DDEB Bright Turquoise

📋 copy color: '#20DDEB'

red 32 ◦ green 221 ◦ blue 235

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

Shades of Bright Turquoise #20DDEB

Tints of Bright Turquoise #20DDEB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.29%

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

R = 6.56%
G = 45.29%
B = 48.16%

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

#20DDEB (or 0x20DDEB) is known color: Bright Turquoise. HEX triplet: 20, DD and EB. RGB value is (32,221,235). Sum of RGB (Red+Green+Blue) = 32+221+235=488 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.56% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #20DDEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20DDEB is #DF2214. Grayscale: #A5A5A5. Windows color (decimal): -14623253 or 15457568. OLE color: 15457568.

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

Color convert

RGB 32 221 235 -
CMYK 0.86 0.06 0 0.08
HSL 184.14º 0.84% 0.52% -
HSV(B) 184.14º 0.86% 0.92% -
XYZ 41.45 58.02 87.61 -
YUV 166.09 166.88 32.36 -
System Red Green Blue C M Y K H S L
Decimal 32 221 235 0.86 0.06 0 0.08 184.14 0.84 0.52
Hex 20 DD EB 56 6 0 8 B8 54 34
Octal 40 335 353 126 6 0 10 270 124 64
Binary 100000 11011101 11101011 1010110 110 0 1000 10111000 1010100 110100

Color Harmonies of #20DDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DDEB

Black with #20DDEB

Text Example


Text Example

White with #20DDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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