Html Css Color HEX #50DECB Turquoise

📋 copy color: '#50DECB'

red 80 ◦ green 222 ◦ blue 203

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

Shades of Turquoise #50DECB

Tints of Turquoise #50DECB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.96%

 BLUE value IS 203 (79.69% from 255) = 40.2%

R = 15.84%
G = 43.96%
B = 40.2%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#50DECB (or 0x50DECB) is known color: Turquoise. HEX triplet: 50, DE and CB. RGB value is (80,222,203). Sum of RGB (Red+Green+Blue) = 80+222+203=505 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.84% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 222 - color contains mainly: green. Hex color #50DECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DECB is #AF2134. Grayscale: #B1B1B1. Windows color (decimal): -11477301 or 13360720. OLE color: 13360720.

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

Color convert

RGB 80 222 203 -
CMYK 0.64 0 0.09 0.13
HSL 171.97º 0.68% 0.59% -
HSV(B) 171.97º 0.64% 0.87% -
XYZ 40.21 58.26 65.63 -
YUV 177.38 142.46 58.54 -
System Red Green Blue C M Y K H S L
Decimal 80 222 203 0.64 0 0.09 0.13 171.97 0.68 0.59
Hex 50 DE CB 40 0 9 D AC 44 3B
Octal 120 336 313 100 0 11 15 254 104 73
Binary 1010000 11011110 11001011 1000000 0 1001 1101 10101100 1000100 111011

Color Harmonies of #50DECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DECB

Black with #50DECB

Text Example


Text Example

White with #50DECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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