Html Css Color HEX #50FBCB Turquoise

📋 copy color: '#50FBCB'

red 80 ◦ green 251 ◦ blue 203

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

Shades of Turquoise #50FBCB

Tints of Turquoise #50FBCB

RGB

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

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

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

R = 14.98%
G = 47%
B = 38.01%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#50FBCB (or 0x50FBCB) is known color: Turquoise. HEX triplet: 50, FB and CB. RGB value is (80,251,203). Sum of RGB (Red+Green+Blue) = 80+251+203=534 (70% of max value = 765). Red value is 80 (31.64% from 255 or 14.98% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 251 - color contains mainly: green. Hex color #50FBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FBCB is #AF0434. Grayscale: #C2C2C2. Windows color (decimal): -11469877 or 13368144. OLE color: 13368144.

HSL color Cylindrical-coordinate representation of color #50FBCB: hue angle of 163.16º 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 #50FBCB is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 251 203 -
CMYK 0.68 0 0.19 0.02
HSL 163.16º 0.96% 0.65% -
HSV(B) 163.16º 0.68% 0.98% -
XYZ 48.58 75.01 68.42 -
YUV 194.4 132.85 46.4 -
System Red Green Blue C M Y K H S L
Decimal 80 251 203 0.68 0 0.19 0.02 163.16 0.96 0.65
Hex 50 FB CB 44 0 13 2 A3 60 41
Octal 120 373 313 104 0 23 2 243 140 101
Binary 1010000 11111011 11001011 1000100 0 10011 10 10100011 1100000 1000001

Color Harmonies of #50FBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FBCB

Black with #50FBCB

Text Example


Text Example

White with #50FBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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