Html Css Color HEX #32F6C7 Turquoise

📋 copy color: '#32F6C7'

red 50 ◦ green 246 ◦ blue 199

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

Shades of Turquoise #32F6C7

Tints of Turquoise #32F6C7

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.7%

 BLUE value IS 199 (78.13% from 255) = 40.2%

R = 10.1%
G = 49.7%
B = 40.2%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#32F6C7 (or 0x32F6C7) is known color: Turquoise. HEX triplet: 32, F6 and C7. RGB value is (50,246,199). Sum of RGB (Red+Green+Blue) = 50+246+199=495 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.10% from 495); Green value is 246 (96.48% from 255 or 49.70% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 246 - color contains mainly: green. Hex color #32F6C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32F6C7 is #CD0938. Grayscale: #B6B6B6. Windows color (decimal): -13437241 or 13104690. OLE color: 13104690.

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

Color convert

RGB 50 246 199 -
CMYK 0.80 0 0.19 0.04
HSL 165.61º 0.92% 0.58% -
HSV(B) 165.61º 0.8% 0.96% -
XYZ 44.58 70.71 65.33 -
YUV 182.04 137.57 33.82 -
System Red Green Blue C M Y K H S L
Decimal 50 246 199 0.80 0 0.19 0.04 165.61 0.92 0.58
Hex 32 F6 C7 50 0 13 4 A6 5C 3A
Octal 62 366 307 120 0 23 4 246 134 72
Binary 110010 11110110 11000111 1010000 0 10011 100 10100110 1011100 111010

Color Harmonies of #32F6C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F6C7

Black with #32F6C7

Text Example


Text Example

White with #32F6C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,246,199); }

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

background-color css

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

 a { background-color: rgb(50,246,199); }

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

border-color css

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

 span { border-color: rgb(50,246,199); }

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