Html Css Color HEX #50CCE0 Medium Turquoise

📋 copy color: '#50CCE0'

red 80 ◦ green 204 ◦ blue 224

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

Shades of Medium Turquoise #50CCE0

Tints of Medium Turquoise #50CCE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.09%

R = 15.75%
G = 40.16%
B = 44.09%

CMYK

 C value IS 0.64

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#50CCE0 (or 0x50CCE0) is known color: Medium Turquoise. HEX triplet: 50, CC and E0. RGB value is (80,204,224). Sum of RGB (Red+Green+Blue) = 80+204+224=508 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.75% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #50CCE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CCE0 is #AF331F. Grayscale: #A9A9A9. Windows color (decimal): -11481888 or 14732368. OLE color: 14732368.

HSL color Cylindrical-coordinate representation of color #50CCE0: hue angle of 188.33º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50CCE0 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 204 224 -
CMYK 0.64 0.09 0 0.12
HSL 188.33º 0.7% 0.6% -
HSV(B) 188.33º 0.64% 0.88% -
XYZ 38.36 50.27 78.2 -
YUV 169.2 158.92 64.37 -
System Red Green Blue C M Y K H S L
Decimal 80 204 224 0.64 0.09 0 0.12 188.33 0.7 0.6
Hex 50 CC E0 40 9 0 C BC 46 3C
Octal 120 314 340 100 11 0 14 274 106 74
Binary 1010000 11001100 11100000 1000000 1001 0 1100 10111100 1000110 111100

Color Harmonies of #50CCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CCE0

Black with #50CCE0

Text Example


Text Example

White with #50CCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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