Html Css Color HEX #32FAEE Turquoise

📋 copy color: '#32FAEE'

red 50 ◦ green 250 ◦ blue 238

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

Shades of Turquoise #32FAEE

Tints of Turquoise #32FAEE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.47%

 BLUE value IS 238 (93.36% from 255) = 44.24%

R = 9.29%
G = 46.47%
B = 44.24%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#32FAEE (or 0x32FAEE) is known color: Turquoise. HEX triplet: 32, FA and EE. RGB value is (50,250,238). Sum of RGB (Red+Green+Blue) = 50+250+238=538 (71% of max value = 765). Red value is 50 (19.92% from 255 or 9.29% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #32FAEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32FAEE is #CD0511. Grayscale: #BCBCBC. Windows color (decimal): -13436178 or 15661618. OLE color: 15661618.

HSL color Cylindrical-coordinate representation of color #32FAEE: hue angle of 176.4º degrees, saturation: 0.95, 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 #32FAEE is Cyan = 0.8, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 250 238 -
CMYK 0.8 0 0.05 0.02
HSL 176.4º 0.95% 0.59% -
HSV(B) 176.4º 0.8% 0.98% -
XYZ 50.93 75.22 92.72 -
YUV 188.83 155.74 28.98 -
System Red Green Blue C M Y K H S L
Decimal 50 250 238 0.8 0 0.05 0.02 176.4 0.95 0.59
Hex 32 FA EE 50 0 5 2 B0 5F 3B
Octal 62 372 356 120 0 5 2 260 137 73
Binary 110010 11111010 11101110 1010000 0 101 10 10110000 1011111 111011

Color Harmonies of #32FAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32FAEE

Black with #32FAEE

Text Example


Text Example

White with #32FAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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