Html Css Color HEX #32EFEE Turquoise

📋 copy color: '#32EFEE'

red 50 ◦ green 239 ◦ blue 238

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

Shades of Turquoise #32EFEE

Tints of Turquoise #32EFEE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.35%

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

R = 9.49%
G = 45.35%
B = 45.16%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#32EFEE (or 0x32EFEE) is known color: Turquoise. HEX triplet: 32, EF and EE. RGB value is (50,239,238). Sum of RGB (Red+Green+Blue) = 50+239+238=527 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.49% from 527); Green value is 239 (93.75% from 255 or 45.35% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 239 - color contains mainly: green. Hex color #32EFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32EFEE is #CD1011. Grayscale: #B6B6B6. Windows color (decimal): -13438994 or 15658802. OLE color: 15658802.

HSL color Cylindrical-coordinate representation of color #32EFEE: hue angle of 179.68º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EFEE is Cyan = 0.79, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 239 238 -
CMYK 0.79 0 0.00 0.06
HSL 179.68º 0.86% 0.57% -
HSV(B) 179.68º 0.79% 0.94% -
XYZ 47.61 68.58 91.62 -
YUV 182.38 159.38 33.58 -
System Red Green Blue C M Y K H S L
Decimal 50 239 238 0.79 0 0.00 0.06 179.68 0.86 0.57
Hex 32 EF EE 4F 0 0 6 B4 56 39
Octal 62 357 356 117 0 0 6 264 126 71
Binary 110010 11101111 11101110 1001111 0 0 110 10110100 1010110 111001

Color Harmonies of #32EFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EFEE

Black with #32EFEE

Text Example


Text Example

White with #32EFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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