Html Css Color HEX #32EDD6 Turquoise

📋 copy color: '#32EDD6'

red 50 ◦ green 237 ◦ blue 214

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

Shades of Turquoise #32EDD6

Tints of Turquoise #32EDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.71%

R = 9.98%
G = 47.31%
B = 42.71%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#32EDD6 (or 0x32EDD6) is known color: Turquoise. HEX triplet: 32, ED and D6. RGB value is (50,237,214). Sum of RGB (Red+Green+Blue) = 50+237+214=501 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.98% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 214 (83.98% from 255 or 42.71% from 501); Max value from RGB is 237 - color contains mainly: green. Hex color #32EDD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EDD6 is #CD1229. Grayscale: #B2B2B2. Windows color (decimal): -13439530 or 14085426. OLE color: 14085426.

HSL color Cylindrical-coordinate representation of color #32EDD6: hue angle of 172.62º 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 #32EDD6 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 237 214 -
CMYK 0.79 0 0.10 0.07
HSL 172.62º 0.84% 0.56% -
HSV(B) 172.62º 0.79% 0.93% -
XYZ 43.74 66.1 74.07 -
YUV 178.47 148.05 36.37 -
System Red Green Blue C M Y K H S L
Decimal 50 237 214 0.79 0 0.10 0.07 172.62 0.84 0.56
Hex 32 ED D6 4F 0 A 7 AD 54 38
Octal 62 355 326 117 0 12 7 255 124 70
Binary 110010 11101101 11010110 1001111 0 1010 111 10101101 1010100 111000

Color Harmonies of #32EDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EDD6

Black with #32EDD6

Text Example


Text Example

White with #32EDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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