Html Css Color HEX #32E6D7 Turquoise

📋 copy color: '#32E6D7'

red 50 ◦ green 230 ◦ blue 215

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

Shades of Turquoise #32E6D7

Tints of Turquoise #32E6D7

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.46%

 BLUE value IS 215 (84.38% from 255) = 43.43%

R = 10.1%
G = 46.46%
B = 43.43%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#32E6D7 (or 0x32E6D7) is known color: Turquoise. HEX triplet: 32, E6 and D7. RGB value is (50,230,215). Sum of RGB (Red+Green+Blue) = 50+230+215=495 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.10% from 495); Green value is 230 (90.23% from 255 or 46.46% from 495); Blue value is 215 (84.38% from 255 or 43.43% from 495); Max value from RGB is 230 - color contains mainly: green. Hex color #32E6D7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32E6D7 is #CD1928. Grayscale: #AEAEAE. Windows color (decimal): -13441321 or 14149170. OLE color: 14149170.

HSL color Cylindrical-coordinate representation of color #32E6D7: hue angle of 175º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E6D7 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB 50 230 215 -
CMYK 0.78 0 0.07 0.10
HSL 175º 0.78% 0.55% -
HSV(B) 175º 0.78% 0.9% -
XYZ 41.88 62.18 74.08 -
YUV 174.47 150.87 39.22 -
System Red Green Blue C M Y K H S L
Decimal 50 230 215 0.78 0 0.07 0.10 175 0.78 0.55
Hex 32 E6 D7 4E 0 7 A AF 4E 37
Octal 62 346 327 116 0 7 12 257 116 67
Binary 110010 11100110 11010111 1001110 0 111 1010 10101111 1001110 110111

Color Harmonies of #32E6D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E6D7

Black with #32E6D7

Text Example


Text Example

White with #32E6D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,230,215); }

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

background-color css

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

 a { background-color: rgb(50,230,215); }

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

border-color css

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

 span { border-color: rgb(50,230,215); }

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