Html Css Color HEX #50CFDD Medium Turquoise

📋 copy color: '#50CFDD'

red 80 ◦ green 207 ◦ blue 221

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

Shades of Medium Turquoise #50CFDD

Tints of Medium Turquoise #50CFDD

RGB

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

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

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

R = 15.75%
G = 40.75%
B = 43.5%

CMYK

 C value IS 0.64

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#50CFDD (or 0x50CFDD) is known color: Medium Turquoise. HEX triplet: 50, CF and DD. RGB value is (80,207,221). Sum of RGB (Red+Green+Blue) = 80+207+221=508 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.75% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #50CFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CFDD is #AF3022. Grayscale: #AAAAAA. Windows color (decimal): -11481123 or 14536528. OLE color: 14536528.

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

Color convert

RGB 80 207 221 -
CMYK 0.64 0.06 0 0.13
HSL 185.96º 0.67% 0.59% -
HSV(B) 185.96º 0.64% 0.87% -
XYZ 38.67 51.55 76.32 -
YUV 170.62 156.42 63.36 -
System Red Green Blue C M Y K H S L
Decimal 80 207 221 0.64 0.06 0 0.13 185.96 0.67 0.59
Hex 50 CF DD 40 6 0 D BA 43 3B
Octal 120 317 335 100 6 0 15 272 103 73
Binary 1010000 11001111 11011101 1000000 110 0 1101 10111010 1000011 111011

Color Harmonies of #50CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CFDD

Black with #50CFDD

Text Example


Text Example

White with #50CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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