Html Css Color HEX #50CBB8 Medium Turquoise

📋 copy color: '#50CBB8'

red 80 ◦ green 203 ◦ blue 184

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

Shades of Medium Turquoise #50CBB8

Tints of Medium Turquoise #50CBB8

RGB

 RED value IS 80 (31.64% from 255) = 17.13%

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

 BLUE value IS 184 (72.27% from 255) = 39.4%

R = 17.13%
G = 43.47%
B = 39.4%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#50CBB8 (or 0x50CBB8) is known color: Medium Turquoise. HEX triplet: 50, CB and B8. RGB value is (80,203,184). Sum of RGB (Red+Green+Blue) = 80+203+184=467 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.13% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 184 (72.27% from 255 or 39.40% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #50CBB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CBB8 is #AF3447. Grayscale: #A4A4A4. Windows color (decimal): -11482184 or 12110672. OLE color: 12110672.

HSL color Cylindrical-coordinate representation of color #50CBB8: hue angle of 170.73º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CBB8 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 203 184 -
CMYK 0.61 0 0.09 0.20
HSL 170.73º 0.54% 0.55% -
HSV(B) 170.73º 0.61% 0.8% -
XYZ 33.32 47.88 52.83 -
YUV 164.06 139.25 68.04 -
System Red Green Blue C M Y K H S L
Decimal 80 203 184 0.61 0 0.09 0.20 170.73 0.54 0.55
Hex 50 CB B8 3D 0 9 14 AB 36 37
Octal 120 313 270 75 0 11 24 253 66 67
Binary 1010000 11001011 10111000 111101 0 1001 10100 10101011 110110 110111

Color Harmonies of #50CBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CBB8

Black with #50CBB8

Text Example


Text Example

White with #50CBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50CBB8; }

 p { color: rgb(80,203,184); }

 H1.HeaderClassName
 {
   color: #50CBB8;
 }
 .AnyTagClassName
 {
   color: #50CBB8;
 }
</style>

background-color css

<style>
 a { background-color: #50CBB8; }

 a { background-color: rgb(80,203,184); }

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

border-color css

<style>
 span { border-color: #50CBB8; }

 span { border-color: rgb(80,203,184); }

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