Html Css Color HEX #20DDF7 Bright Turquoise

📋 copy color: '#20DDF7'

red 32 ◦ green 221 ◦ blue 247

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

Shades of Bright Turquoise #20DDF7

Tints of Bright Turquoise #20DDF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.4%

R = 6.4%
G = 44.2%
B = 49.4%

CMYK

 C value IS 0.87

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#20DDF7 (or 0x20DDF7) is known color: Bright Turquoise. HEX triplet: 20, DD and F7. RGB value is (32,221,247). Sum of RGB (Red+Green+Blue) = 32+221+247=500 (66% of max value = 765). Red value is 32 (12.89% from 255 or 6.4% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 247 (96.88% from 255 or 49.4% from 500); Max value from RGB is 247 - color contains mainly: blue. Hex color #20DDF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20DDF7 is #DF2208. Grayscale: #A7A7A7. Windows color (decimal): -14623241 or 16244000. OLE color: 16244000.

HSL color Cylindrical-coordinate representation of color #20DDF7: hue angle of 187.26º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20DDF7 is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 32 221 247 -
CMYK 0.87 0.11 0 0.03
HSL 187.26º 0.93% 0.55% -
HSV(B) 187.26º 0.87% 0.97% -
XYZ 43.24 58.74 97.05 -
YUV 167.45 172.88 31.39 -
System Red Green Blue C M Y K H S L
Decimal 32 221 247 0.87 0.11 0 0.03 187.26 0.93 0.55
Hex 20 DD F7 57 B 0 3 BB 5D 37
Octal 40 335 367 127 13 0 3 273 135 67
Binary 100000 11011101 11110111 1010111 1011 0 11 10111011 1011101 110111

Color Harmonies of #20DDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DDF7

Black with #20DDF7

Text Example


Text Example

White with #20DDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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