Html Css Color HEX #50FBDA Turquoise

📋 copy color: '#50FBDA'

red 80 ◦ green 251 ◦ blue 218

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

Shades of Turquoise #50FBDA

Tints of Turquoise #50FBDA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.72%

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

R = 14.57%
G = 45.72%
B = 39.71%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#50FBDA (or 0x50FBDA) is known color: Turquoise. HEX triplet: 50, FB and DA. RGB value is (80,251,218). Sum of RGB (Red+Green+Blue) = 80+251+218=549 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.57% from 549); Green value is 251 (98.44% from 255 or 45.72% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 251 - color contains mainly: green. Hex color #50FBDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FBDA is #AF0425. Grayscale: #C4C4C4. Windows color (decimal): -11469862 or 14351184. OLE color: 14351184.

HSL color Cylindrical-coordinate representation of color #50FBDA: hue angle of 168.42º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FBDA is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 251 218 -
CMYK 0.68 0 0.13 0.02
HSL 168.42º 0.96% 0.65% -
HSV(B) 168.42º 0.68% 0.98% -
XYZ 50.46 75.76 78.29 -
YUV 196.11 140.35 45.18 -
System Red Green Blue C M Y K H S L
Decimal 80 251 218 0.68 0 0.13 0.02 168.42 0.96 0.65
Hex 50 FB DA 44 0 D 2 A8 60 41
Octal 120 373 332 104 0 15 2 250 140 101
Binary 1010000 11111011 11011010 1000100 0 1101 10 10101000 1100000 1000001

Color Harmonies of #50FBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FBDA

Black with #50FBDA

Text Example


Text Example

White with #50FBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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