Html Css Color HEX #50CCCB Medium Turquoise

📋 copy color: '#50CCCB'

red 80 ◦ green 204 ◦ blue 203

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

Shades of Medium Turquoise #50CCCB

Tints of Medium Turquoise #50CCCB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.89%

 BLUE value IS 203 (79.69% from 255) = 41.68%

R = 16.43%
G = 41.89%
B = 41.68%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#50CCCB (or 0x50CCCB) is known color: Medium Turquoise. HEX triplet: 50, CC and CB. RGB value is (80,204,203). Sum of RGB (Red+Green+Blue) = 80+204+203=487 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.43% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 204 - color contains mainly: green. Hex color #50CCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CCCB is #AF3334. Grayscale: #A6A6A6. Windows color (decimal): -11481909 or 13356112. OLE color: 13356112.

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

Color convert

RGB 80 204 203 -
CMYK 0.61 0 0.00 0.2
HSL 179.52º 0.55% 0.56% -
HSV(B) 179.52º 0.61% 0.8% -
XYZ 35.68 49.2 64.12 -
YUV 166.81 148.42 66.08 -
System Red Green Blue C M Y K H S L
Decimal 80 204 203 0.61 0 0.00 0.2 179.52 0.55 0.56
Hex 50 CC CB 3D 0 0 14 B4 37 38
Octal 120 314 313 75 0 0 24 264 67 70
Binary 1010000 11001100 11001011 111101 0 0 10100 10110100 110111 111000

Color Harmonies of #50CCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CCCB

Black with #50CCCB

Text Example


Text Example

White with #50CCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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