Html Css Color HEX #32EEF9 Turquoise

📋 copy color: '#32EEF9'

red 50 ◦ green 238 ◦ blue 249

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

Shades of Turquoise #32EEF9

Tints of Turquoise #32EEF9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.32%

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

R = 9.31%
G = 44.32%
B = 46.37%

CMYK

 C value IS 0.80

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#32EEF9 (or 0x32EEF9) is known color: Turquoise. HEX triplet: 32, EE and F9. RGB value is (50,238,249). Sum of RGB (Red+Green+Blue) = 50+238+249=537 (71% of max value = 765). Red value is 50 (19.92% from 255 or 9.31% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 249 (97.66% from 255 or 46.37% from 537); Max value from RGB is 249 - color contains mainly: blue. Hex color #32EEF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32EEF9 is #CD1106. Grayscale: #B6B6B6. Windows color (decimal): -13439239 or 16379442. OLE color: 16379442.

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

Color convert

RGB 50 238 249 -
CMYK 0.80 0.04 0 0.02
HSL 183.32º 0.94% 0.59% -
HSV(B) 183.32º 0.8% 0.98% -
XYZ 48.99 68.67 100.29 -
YUV 183.04 165.22 33.11 -
System Red Green Blue C M Y K H S L
Decimal 50 238 249 0.80 0.04 0 0.02 183.32 0.94 0.59
Hex 32 EE F9 50 4 0 2 B7 5E 3B
Octal 62 356 371 120 4 0 2 267 136 73
Binary 110010 11101110 11111001 1010000 100 0 10 10110111 1011110 111011

Color Harmonies of #32EEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EEF9

Black with #32EEF9

Text Example


Text Example

White with #32EEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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