Html Css Color HEX #50CDDD Medium Turquoise

📋 copy color: '#50CDDD'

red 80 ◦ green 205 ◦ blue 221

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

Shades of Medium Turquoise #50CDDD

Tints of Medium Turquoise #50CDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.51%

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

R = 15.81%
G = 40.51%
B = 43.68%

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

#50CDDD (or 0x50CDDD) is known color: Medium Turquoise. HEX triplet: 50, CD and DD. RGB value is (80,205,221). Sum of RGB (Red+Green+Blue) = 80+205+221=506 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.81% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #50CDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CDDD is #AF3222. Grayscale: #A9A9A9. Windows color (decimal): -11481635 or 14536016. OLE color: 14536016.

HSL color Cylindrical-coordinate representation of color #50CDDD: hue angle of 186.81º 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 #50CDDD is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 205 221 -
CMYK 0.64 0.07 0 0.13
HSL 186.81º 0.67% 0.59% -
HSV(B) 186.81º 0.64% 0.87% -
XYZ 38.19 50.59 76.16 -
YUV 169.45 157.09 64.2 -
System Red Green Blue C M Y K H S L
Decimal 80 205 221 0.64 0.07 0 0.13 186.81 0.67 0.59
Hex 50 CD DD 40 7 0 D BB 43 3B
Octal 120 315 335 100 7 0 15 273 103 73
Binary 1010000 11001101 11011101 1000000 111 0 1101 10111011 1000011 111011

Color Harmonies of #50CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CDDD

Black with #50CDDD

Text Example


Text Example

White with #50CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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