Html Css Color HEX #50CFCC Medium Turquoise

📋 copy color: '#50CFCC'

red 80 ◦ green 207 ◦ blue 204

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

Shades of Medium Turquoise #50CFCC

Tints of Medium Turquoise #50CFCC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.16%

 BLUE value IS 204 (80.08% from 255) = 41.55%

R = 16.29%
G = 42.16%
B = 41.55%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#50CFCC (or 0x50CFCC) is known color: Medium Turquoise. HEX triplet: 50, CF and CC. RGB value is (80,207,204). Sum of RGB (Red+Green+Blue) = 80+207+204=491 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.29% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #50CFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CFCC is #AF3033. Grayscale: #A8A8A8. Windows color (decimal): -11481140 or 13422416. OLE color: 13422416.

HSL color Cylindrical-coordinate representation of color #50CFCC: hue angle of 178.58º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CFCC is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 207 204 -
CMYK 0.61 0 0.01 0.19
HSL 178.58º 0.57% 0.56% -
HSV(B) 178.58º 0.61% 0.81% -
XYZ 36.52 50.69 64.99 -
YUV 168.69 147.92 64.74 -
System Red Green Blue C M Y K H S L
Decimal 80 207 204 0.61 0 0.01 0.19 178.58 0.57 0.56
Hex 50 CF CC 3D 0 1 13 B3 39 38
Octal 120 317 314 75 0 1 23 263 71 70
Binary 1010000 11001111 11001100 111101 0 1 10011 10110011 111001 111000

Color Harmonies of #50CFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CFCC

Black with #50CFCC

Text Example


Text Example

White with #50CFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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