Html Css Color HEX #32DDF9 Turquoise

📋 copy color: '#32DDF9'

red 50 ◦ green 221 ◦ blue 249

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

Shades of Turquoise #32DDF9

Tints of Turquoise #32DDF9

RGB

 RED value IS 50 (19.92% from 255) = 9.62%

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

 BLUE value IS 249 (97.66% from 255) = 47.88%

R = 9.62%
G = 42.5%
B = 47.88%

CMYK

 C value IS 0.80

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#32DDF9 (or 0x32DDF9) is known color: Turquoise. HEX triplet: 32, DD and F9. RGB value is (50,221,249). Sum of RGB (Red+Green+Blue) = 50+221+249=520 (68% of max value = 765). Red value is 50 (19.92% from 255 or 9.62% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #32DDF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DDF9 is #CD2206. Grayscale: #ACACAC. Windows color (decimal): -13443591 or 16375090. OLE color: 16375090.

HSL color Cylindrical-coordinate representation of color #32DDF9: hue angle of 188.44º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32DDF9 is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 221 249 -
CMYK 0.80 0.11 0 0.02
HSL 188.44º 0.94% 0.59% -
HSV(B) 188.44º 0.8% 0.98% -
XYZ 44.27 59.23 98.72 -
YUV 173.06 170.85 40.22 -
System Red Green Blue C M Y K H S L
Decimal 50 221 249 0.80 0.11 0 0.02 188.44 0.94 0.59
Hex 32 DD F9 50 B 0 2 BC 5E 3B
Octal 62 335 371 120 13 0 2 274 136 73
Binary 110010 11011101 11111001 1010000 1011 0 10 10111100 1011110 111011

Color Harmonies of #32DDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DDF9

Black with #32DDF9

Text Example


Text Example

White with #32DDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32DDF9; }

 p { color: rgb(50,221,249); }

 H1.HeaderClassName
 {
   color: #32DDF9;
 }
 .AnyTagClassName
 {
   color: #32DDF9;
 }
</style>

background-color css

<style>
 a { background-color: #32DDF9; }

 a { background-color: rgb(50,221,249); }

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

border-color css

<style>
 span { border-color: #32DDF9; }

 span { border-color: rgb(50,221,249); }

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