Html Css Color HEX #50CDDE Medium Turquoise

📋 copy color: '#50CDDE'

red 80 ◦ green 205 ◦ blue 222

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

Shades of Medium Turquoise #50CDDE

Tints of Medium Turquoise #50CDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.79%

R = 15.78%
G = 40.43%
B = 43.79%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#50CDDE (or 0x50CDDE) is known color: Medium Turquoise. HEX triplet: 50, CD and DE. RGB value is (80,205,222). Sum of RGB (Red+Green+Blue) = 80+205+222=507 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.78% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #50CDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CDDE is #AF3221. Grayscale: #A9A9A9. Windows color (decimal): -11481634 or 14601552. OLE color: 14601552.

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

Color convert

RGB 80 205 222 -
CMYK 0.64 0.08 0 0.13
HSL 187.18º 0.68% 0.59% -
HSV(B) 187.18º 0.64% 0.87% -
XYZ 38.32 50.64 76.86 -
YUV 169.56 157.59 64.12 -
System Red Green Blue C M Y K H S L
Decimal 80 205 222 0.64 0.08 0 0.13 187.18 0.68 0.59
Hex 50 CD DE 40 8 0 D BB 44 3B
Octal 120 315 336 100 10 0 15 273 104 73
Binary 1010000 11001101 11011110 1000000 1000 0 1101 10111011 1000100 111011

Color Harmonies of #50CDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CDDE

Black with #50CDDE

Text Example


Text Example

White with #50CDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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