Html Css Color HEX #32EDE9 Turquoise

📋 copy color: '#32EDE9'

red 50 ◦ green 237 ◦ blue 233

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

Shades of Turquoise #32EDE9

Tints of Turquoise #32EDE9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.58%

 BLUE value IS 233 (91.41% from 255) = 44.81%

R = 9.62%
G = 45.58%
B = 44.81%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#32EDE9 (or 0x32EDE9) is known color: Turquoise. HEX triplet: 32, ED and E9. RGB value is (50,237,233). Sum of RGB (Red+Green+Blue) = 50+237+233=520 (68% of max value = 765). Red value is 50 (19.92% from 255 or 9.62% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 233 (91.41% from 255 or 44.81% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #32EDE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32EDE9 is #CD1216. Grayscale: #B4B4B4. Windows color (decimal): -13439511 or 15330610. OLE color: 15330610.

HSL color Cylindrical-coordinate representation of color #32EDE9: hue angle of 178.72º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EDE9 is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 237 233 -
CMYK 0.79 0 0.02 0.07
HSL 178.72º 0.84% 0.56% -
HSV(B) 178.72º 0.79% 0.93% -
XYZ 46.31 67.13 87.61 -
YUV 180.63 157.55 34.83 -
System Red Green Blue C M Y K H S L
Decimal 50 237 233 0.79 0 0.02 0.07 178.72 0.84 0.56
Hex 32 ED E9 4F 0 2 7 B3 54 38
Octal 62 355 351 117 0 2 7 263 124 70
Binary 110010 11101101 11101001 1001111 0 10 111 10110011 1010100 111000

Color Harmonies of #32EDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EDE9

Black with #32EDE9

Text Example


Text Example

White with #32EDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,237,233); }

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

background-color css

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

 a { background-color: rgb(50,237,233); }

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

border-color css

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

 span { border-color: rgb(50,237,233); }

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