Html Css Color HEX #50CECF Medium Turquoise

📋 copy color: '#50CECF'

red 80 ◦ green 206 ◦ blue 207

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

Shades of Medium Turquoise #50CECF

Tints of Medium Turquoise #50CECF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.78%

 BLUE value IS 207 (81.25% from 255) = 41.99%

R = 16.23%
G = 41.78%
B = 41.99%

CMYK

 C value IS 0.61

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#50CECF (or 0x50CECF) is known color: Medium Turquoise. HEX triplet: 50, CE and CF. RGB value is (80,206,207). Sum of RGB (Red+Green+Blue) = 80+206+207=493 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.23% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #50CECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CECF is #AF3130. Grayscale: #A8A8A8. Windows color (decimal): -11481393 or 13618768. OLE color: 13618768.

HSL color Cylindrical-coordinate representation of color #50CECF: hue angle of 180.47º 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 #50CECF is Cyan = 0.61, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 206 207 -
CMYK 0.61 0.00 0 0.19
HSL 180.47º 0.57% 0.56% -
HSV(B) 180.47º 0.61% 0.81% -
XYZ 36.64 50.35 66.82 -
YUV 168.44 149.76 64.92 -
System Red Green Blue C M Y K H S L
Decimal 80 206 207 0.61 0.00 0 0.19 180.47 0.57 0.56
Hex 50 CE CF 3D 0 0 13 B4 39 38
Octal 120 316 317 75 0 0 23 264 71 70
Binary 1010000 11001110 11001111 111101 0 0 10011 10110100 111001 111000

Color Harmonies of #50CECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CECF

Black with #50CECF

Text Example


Text Example

White with #50CECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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