Html Css Color HEX #50F8CB Turquoise

📋 copy color: '#50F8CB'

red 80 ◦ green 248 ◦ blue 203

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

Shades of Turquoise #50F8CB

Tints of Turquoise #50F8CB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.7%

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

R = 15.07%
G = 46.7%
B = 38.23%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#50F8CB (or 0x50F8CB) is known color: Turquoise. HEX triplet: 50, F8 and CB. RGB value is (80,248,203). Sum of RGB (Red+Green+Blue) = 80+248+203=531 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.07% from 531); Green value is 248 (97.27% from 255 or 46.70% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 248 - color contains mainly: green. Hex color #50F8CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F8CB is #AF0734. Grayscale: #C0C0C0. Windows color (decimal): -11470645 or 13367376. OLE color: 13367376.

HSL color Cylindrical-coordinate representation of color #50F8CB: hue angle of 163.93º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F8CB is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 80 248 203 -
CMYK 0.68 0 0.18 0.03
HSL 163.93º 0.92% 0.64% -
HSV(B) 163.93º 0.68% 0.97% -
XYZ 47.66 73.15 68.11 -
YUV 192.64 133.84 47.66 -
System Red Green Blue C M Y K H S L
Decimal 80 248 203 0.68 0 0.18 0.03 163.93 0.92 0.64
Hex 50 F8 CB 44 0 12 3 A4 5C 40
Octal 120 370 313 104 0 22 3 244 134 100
Binary 1010000 11111000 11001011 1000100 0 10010 11 10100100 1011100 1000000

Color Harmonies of #50F8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F8CB

Black with #50F8CB

Text Example


Text Example

White with #50F8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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