Html Css Color HEX #32CBB9 Medium Turquoise

📋 copy color: '#32CBB9'

red 50 ◦ green 203 ◦ blue 185

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

Shades of Medium Turquoise #32CBB9

Tints of Medium Turquoise #32CBB9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.35%

 BLUE value IS 185 (72.66% from 255) = 42.24%

R = 11.42%
G = 46.35%
B = 42.24%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#32CBB9 (or 0x32CBB9) is known color: Medium Turquoise. HEX triplet: 32, CB and B9. RGB value is (50,203,185). Sum of RGB (Red+Green+Blue) = 50+203+185=438 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.42% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #32CBB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CBB9 is #CD3446. Grayscale: #9B9B9B. Windows color (decimal): -13448263 or 12176178. OLE color: 12176178.

HSL color Cylindrical-coordinate representation of color #32CBB9: hue angle of 172.94º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CBB9 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 203 185 -
CMYK 0.75 0 0.09 0.20
HSL 172.94º 0.6% 0.5% -
HSV(B) 172.94º 0.75% 0.8% -
XYZ 31.43 46.89 53.29 -
YUV 155.2 144.81 52.96 -
System Red Green Blue C M Y K H S L
Decimal 50 203 185 0.75 0 0.09 0.20 172.94 0.6 0.5
Hex 32 CB B9 4B 0 9 14 AD 3C 32
Octal 62 313 271 113 0 11 24 255 74 62
Binary 110010 11001011 10111001 1001011 0 1001 10100 10101101 111100 110010

Color Harmonies of #32CBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CBB9

Black with #32CBB9

Text Example


Text Example

White with #32CBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,203,185); }

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

background-color css

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

 a { background-color: rgb(50,203,185); }

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

border-color css

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

 span { border-color: rgb(50,203,185); }

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