Html Css Color HEX #50CCDA Medium Turquoise

📋 copy color: '#50CCDA'

red 80 ◦ green 204 ◦ blue 218

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

Shades of Medium Turquoise #50CCDA

Tints of Medium Turquoise #50CCDA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.64%

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

R = 15.94%
G = 40.64%
B = 43.43%

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

#50CCDA (or 0x50CCDA) is known color: Medium Turquoise. HEX triplet: 50, CC and DA. RGB value is (80,204,218). Sum of RGB (Red+Green+Blue) = 80+204+218=502 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.94% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #50CCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CCDA is #AF3325. Grayscale: #A8A8A8. Windows color (decimal): -11481894 or 14339152. OLE color: 14339152.

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

Color convert

RGB 80 204 218 -
CMYK 0.63 0.06 0 0.15
HSL 186.09º 0.65% 0.58% -
HSV(B) 186.09º 0.63% 0.85% -
XYZ 37.56 49.95 73.99 -
YUV 168.52 155.92 64.86 -
System Red Green Blue C M Y K H S L
Decimal 80 204 218 0.63 0.06 0 0.15 186.09 0.65 0.58
Hex 50 CC DA 3F 6 0 F BA 41 3A
Octal 120 314 332 77 6 0 17 272 101 72
Binary 1010000 11001100 11011010 111111 110 0 1111 10111010 1000001 111010

Color Harmonies of #50CCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CCDA

Black with #50CCDA

Text Example


Text Example

White with #50CCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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