Html Css Color HEX #32BFC9 Medium Turquoise

📋 copy color: '#32BFC9'

red 50 ◦ green 191 ◦ blue 201

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

Shades of Medium Turquoise #32BFC9

Tints of Medium Turquoise #32BFC9

RGB

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

 GREEN value IS 191 (75% from 255) = 43.21%

 BLUE value IS 201 (78.91% from 255) = 45.48%

R = 11.31%
G = 43.21%
B = 45.48%

CMYK

 C value IS 0.75

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#32BFC9 (or 0x32BFC9) is known color: Medium Turquoise. HEX triplet: 32, BF and C9. RGB value is (50,191,201). Sum of RGB (Red+Green+Blue) = 50+191+201=442 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.31% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 201 - color contains mainly: blue. Hex color #32BFC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BFC9 is #CD4036. Grayscale: #959595. Windows color (decimal): -13451319 or 13221682. OLE color: 13221682.

HSL color Cylindrical-coordinate representation of color #32BFC9: hue angle of 183.97º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32BFC9 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 50 191 201 -
CMYK 0.75 0.05 0 0.21
HSL 183.97º 0.6% 0.49% -
HSV(B) 183.97º 0.75% 0.79% -
XYZ 30.49 42.16 61.79 -
YUV 149.98 156.79 56.69 -
System Red Green Blue C M Y K H S L
Decimal 50 191 201 0.75 0.05 0 0.21 183.97 0.6 0.49
Hex 32 BF C9 4B 5 0 15 B8 3C 31
Octal 62 277 311 113 5 0 25 270 74 61
Binary 110010 10111111 11001001 1001011 101 0 10101 10111000 111100 110001

Color Harmonies of #32BFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BFC9

Black with #32BFC9

Text Example


Text Example

White with #32BFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,191,201); }

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

background-color css

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

 a { background-color: rgb(50,191,201); }

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

border-color css

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

 span { border-color: rgb(50,191,201); }

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