Html Css Color HEX #50F3CF Turquoise

📋 copy color: '#50F3CF'

red 80 ◦ green 243 ◦ blue 207

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

Shades of Turquoise #50F3CF

Tints of Turquoise #50F3CF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.85%

 BLUE value IS 207 (81.25% from 255) = 39.06%

R = 15.09%
G = 45.85%
B = 39.06%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#50F3CF (or 0x50F3CF) is known color: Turquoise. HEX triplet: 50, F3 and CF. RGB value is (80,243,207). Sum of RGB (Red+Green+Blue) = 80+243+207=530 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.09% from 530); Green value is 243 (95.31% from 255 or 45.85% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 243 - color contains mainly: green. Hex color #50F3CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F3CF is #AF0C30. Grayscale: #BEBEBE. Windows color (decimal): -11471921 or 13628240. OLE color: 13628240.

HSL color Cylindrical-coordinate representation of color #50F3CF: hue angle of 166.75º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F3CF is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 243 207 -
CMYK 0.67 0 0.15 0.05
HSL 166.75º 0.87% 0.63% -
HSV(B) 166.75º 0.67% 0.95% -
XYZ 46.62 70.31 70.15 -
YUV 190.16 137.5 49.43 -
System Red Green Blue C M Y K H S L
Decimal 80 243 207 0.67 0 0.15 0.05 166.75 0.87 0.63
Hex 50 F3 CF 43 0 F 5 A7 57 3F
Octal 120 363 317 103 0 17 5 247 127 77
Binary 1010000 11110011 11001111 1000011 0 1111 101 10100111 1010111 111111

Color Harmonies of #50F3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F3CF

Black with #50F3CF

Text Example


Text Example

White with #50F3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,243,207); }

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

background-color css

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

 a { background-color: rgb(80,243,207); }

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

border-color css

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

 span { border-color: rgb(80,243,207); }

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