Html Css Color HEX #20DDE3 Bright Turquoise

📋 copy color: '#20DDE3'

red 32 ◦ green 221 ◦ blue 227

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

Shades of Bright Turquoise #20DDE3

Tints of Bright Turquoise #20DDE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 47.29%

R = 6.67%
G = 46.04%
B = 47.29%

CMYK

 C value IS 0.86

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#20DDE3 (or 0x20DDE3) is known color: Bright Turquoise. HEX triplet: 20, DD and E3. RGB value is (32,221,227). Sum of RGB (Red+Green+Blue) = 32+221+227=480 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.67% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 227 (89.06% from 255 or 47.29% from 480); Max value from RGB is 227 - color contains mainly: blue. Hex color #20DDE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DDE3 is #DF221C. Grayscale: #A4A4A4. Windows color (decimal): -14623261 or 14933280. OLE color: 14933280.

HSL color Cylindrical-coordinate representation of color #20DDE3: hue angle of 181.85º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DDE3 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 32 221 227 -
CMYK 0.86 0.03 0 0.11
HSL 181.85º 0.78% 0.51% -
HSV(B) 181.85º 0.86% 0.89% -
XYZ 40.32 57.57 81.66 -
YUV 165.17 162.88 33.01 -
System Red Green Blue C M Y K H S L
Decimal 32 221 227 0.86 0.03 0 0.11 181.85 0.78 0.51
Hex 20 DD E3 56 3 0 B B6 4E 33
Octal 40 335 343 126 3 0 13 266 116 63
Binary 100000 11011101 11100011 1010110 11 0 1011 10110110 1001110 110011

Color Harmonies of #20DDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DDE3

Black with #20DDE3

Text Example


Text Example

White with #20DDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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