Html Css Color HEX #32CBBC Medium Turquoise

📋 copy color: '#32CBBC'

red 50 ◦ green 203 ◦ blue 188

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

Shades of Medium Turquoise #32CBBC

Tints of Medium Turquoise #32CBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.63%

R = 11.34%
G = 46.03%
B = 42.63%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#32CBBC (or 0x32CBBC) is known color: Medium Turquoise. HEX triplet: 32, CB and BC. RGB value is (50,203,188). Sum of RGB (Red+Green+Blue) = 50+203+188=441 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.34% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 203 - color contains mainly: green. Hex color #32CBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CBBC is #CD3443. Grayscale: #9B9B9B. Windows color (decimal): -13448260 or 12372786. OLE color: 12372786.

HSL color Cylindrical-coordinate representation of color #32CBBC: hue angle of 174.12º 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 #32CBBC is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 203 188 -
CMYK 0.75 0 0.07 0.20
HSL 174.12º 0.6% 0.5% -
HSV(B) 174.12º 0.75% 0.8% -
XYZ 31.75 47.02 54.98 -
YUV 155.54 146.31 52.72 -
System Red Green Blue C M Y K H S L
Decimal 50 203 188 0.75 0 0.07 0.20 174.12 0.6 0.5
Hex 32 CB BC 4B 0 7 14 AE 3C 32
Octal 62 313 274 113 0 7 24 256 74 62
Binary 110010 11001011 10111100 1001011 0 111 10100 10101110 111100 110010

Color Harmonies of #32CBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CBBC

Black with #32CBBC

Text Example


Text Example

White with #32CBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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