Html Css Color HEX #32F9EF Turquoise

📋 copy color: '#32F9EF'

red 50 ◦ green 249 ◦ blue 239

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

Shades of Turquoise #32F9EF

Tints of Turquoise #32F9EF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.28%

 BLUE value IS 239 (93.75% from 255) = 44.42%

R = 9.29%
G = 46.28%
B = 44.42%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#32F9EF (or 0x32F9EF) is known color: Turquoise. HEX triplet: 32, F9 and EF. RGB value is (50,249,239). Sum of RGB (Red+Green+Blue) = 50+249+239=538 (71% of max value = 765). Red value is 50 (19.92% from 255 or 9.29% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 249 - color contains mainly: green. Hex color #32F9EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32F9EF is #CD0610. Grayscale: #BCBCBC. Windows color (decimal): -13436433 or 15726898. OLE color: 15726898.

HSL color Cylindrical-coordinate representation of color #32F9EF: hue angle of 176.98º 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 #32F9EF is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 249 239 -
CMYK 0.80 0 0.04 0.02
HSL 176.98º 0.94% 0.59% -
HSV(B) 176.98º 0.8% 0.98% -
XYZ 50.77 74.66 93.4 -
YUV 188.36 156.57 29.31 -
System Red Green Blue C M Y K H S L
Decimal 50 249 239 0.80 0 0.04 0.02 176.98 0.94 0.59
Hex 32 F9 EF 50 0 4 2 B1 5E 3B
Octal 62 371 357 120 0 4 2 261 136 73
Binary 110010 11111001 11101111 1010000 0 100 10 10110001 1011110 111011

Color Harmonies of #32F9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F9EF

Black with #32F9EF

Text Example


Text Example

White with #32F9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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