Html Css Color HEX #50CEDA Medium Turquoise

📋 copy color: '#50CEDA'

red 80 ◦ green 206 ◦ blue 218

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

Shades of Medium Turquoise #50CEDA

Tints of Medium Turquoise #50CEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.25%

R = 15.87%
G = 40.87%
B = 43.25%

CMYK

 C value IS 0.63

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#50CEDA (or 0x50CEDA) is known color: Medium Turquoise. HEX triplet: 50, CE and DA. RGB value is (80,206,218). Sum of RGB (Red+Green+Blue) = 80+206+218=504 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.87% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #50CEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CEDA is #AF3125. Grayscale: #A9A9A9. Windows color (decimal): -11481382 or 14339664. OLE color: 14339664.

HSL color Cylindrical-coordinate representation of color #50CEDA: hue angle of 185.22º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50CEDA is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 206 218 -
CMYK 0.63 0.06 0 0.15
HSL 185.22º 0.65% 0.58% -
HSV(B) 185.22º 0.63% 0.85% -
XYZ 38.03 50.91 74.15 -
YUV 169.69 155.26 64.02 -
System Red Green Blue C M Y K H S L
Decimal 80 206 218 0.63 0.06 0 0.15 185.22 0.65 0.58
Hex 50 CE DA 3F 6 0 F B9 41 3A
Octal 120 316 332 77 6 0 17 271 101 72
Binary 1010000 11001110 11011010 111111 110 0 1111 10111001 1000001 111010

Color Harmonies of #50CEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CEDA

Black with #50CEDA

Text Example


Text Example

White with #50CEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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