Html Css Color HEX #50CEDD Medium Turquoise

📋 copy color: '#50CEDD'

red 80 ◦ green 206 ◦ blue 221

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

Shades of Medium Turquoise #50CEDD

Tints of Medium Turquoise #50CEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.59%

R = 15.78%
G = 40.63%
B = 43.59%

CMYK

 C value IS 0.64

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#50CEDD (or 0x50CEDD) is known color: Medium Turquoise. HEX triplet: 50, CE and DD. RGB value is (80,206,221). Sum of RGB (Red+Green+Blue) = 80+206+221=507 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.78% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #50CEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CEDD is #AF3122. Grayscale: #A9A9A9. Windows color (decimal): -11481379 or 14536272. OLE color: 14536272.

HSL color Cylindrical-coordinate representation of color #50CEDD: hue angle of 186.38º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50CEDD is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 206 221 -
CMYK 0.64 0.07 0 0.13
HSL 186.38º 0.67% 0.59% -
HSV(B) 186.38º 0.64% 0.87% -
XYZ 38.43 51.07 76.24 -
YUV 170.04 156.76 63.78 -
System Red Green Blue C M Y K H S L
Decimal 80 206 221 0.64 0.07 0 0.13 186.38 0.67 0.59
Hex 50 CE DD 40 7 0 D BA 43 3B
Octal 120 316 335 100 7 0 15 272 103 73
Binary 1010000 11001110 11011101 1000000 111 0 1101 10111010 1000011 111011

Color Harmonies of #50CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CEDD

Black with #50CEDD

Text Example


Text Example

White with #50CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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