Html Css Color HEX #50F6CC Turquoise

📋 copy color: '#50F6CC'

red 80 ◦ green 246 ◦ blue 204

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

Shades of Turquoise #50F6CC

Tints of Turquoise #50F6CC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.42%

 BLUE value IS 204 (80.08% from 255) = 38.49%

R = 15.09%
G = 46.42%
B = 38.49%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#50F6CC (or 0x50F6CC) is known color: Turquoise. HEX triplet: 50, F6 and CC. RGB value is (80,246,204). Sum of RGB (Red+Green+Blue) = 80+246+204=530 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.09% from 530); Green value is 246 (96.48% from 255 or 46.42% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 246 - color contains mainly: green. Hex color #50F6CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F6CC is #AF0933. Grayscale: #BFBFBF. Windows color (decimal): -11471156 or 13432400. OLE color: 13432400.

HSL color Cylindrical-coordinate representation of color #50F6CC: hue angle of 164.82º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F6CC is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 246 204 -
CMYK 0.67 0 0.17 0.04
HSL 164.82º 0.9% 0.64% -
HSV(B) 164.82º 0.67% 0.96% -
XYZ 47.16 71.98 68.53 -
YUV 191.58 135 48.42 -
System Red Green Blue C M Y K H S L
Decimal 80 246 204 0.67 0 0.17 0.04 164.82 0.9 0.64
Hex 50 F6 CC 43 0 11 4 A5 5A 40
Octal 120 366 314 103 0 21 4 245 132 100
Binary 1010000 11110110 11001100 1000011 0 10001 100 10100101 1011010 1000000

Color Harmonies of #50F6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F6CC

Black with #50F6CC

Text Example


Text Example

White with #50F6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,246,204); }

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

background-color css

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

 a { background-color: rgb(80,246,204); }

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

border-color css

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

 span { border-color: rgb(80,246,204); }

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