Html Css Color HEX #32F7D6 Turquoise

📋 copy color: '#32F7D6'

red 50 ◦ green 247 ◦ blue 214

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

Shades of Turquoise #32F7D6

Tints of Turquoise #32F7D6

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.34%

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

R = 9.78%
G = 48.34%
B = 41.88%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#32F7D6 (or 0x32F7D6) is known color: Turquoise. HEX triplet: 32, F7 and D6. RGB value is (50,247,214). Sum of RGB (Red+Green+Blue) = 50+247+214=511 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.78% from 511); Green value is 247 (96.88% from 255 or 48.34% from 511); Blue value is 214 (83.98% from 255 or 41.88% from 511); Max value from RGB is 247 - color contains mainly: green. Hex color #32F7D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32F7D6 is #CD0829. Grayscale: #B8B8B8. Windows color (decimal): -13436970 or 14087986. OLE color: 14087986.

HSL color Cylindrical-coordinate representation of color #32F7D6: hue angle of 169.95º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F7D6 is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB 50 247 214 -
CMYK 0.80 0 0.13 0.03
HSL 169.95º 0.92% 0.58% -
HSV(B) 169.95º 0.8% 0.97% -
XYZ 46.71 72.05 75.06 -
YUV 184.34 144.73 32.18 -
System Red Green Blue C M Y K H S L
Decimal 50 247 214 0.80 0 0.13 0.03 169.95 0.92 0.58
Hex 32 F7 D6 50 0 D 3 AA 5C 3A
Octal 62 367 326 120 0 15 3 252 134 72
Binary 110010 11110111 11010110 1010000 0 1101 11 10101010 1011100 111010

Color Harmonies of #32F7D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F7D6

Black with #32F7D6

Text Example


Text Example

White with #32F7D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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