Html Css Color HEX #50E0F6 Turquoise Blue

📋 copy color: '#50E0F6'

red 80 ◦ green 224 ◦ blue 246

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

Shades of Turquoise Blue #50E0F6

Tints of Turquoise Blue #50E0F6

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.73%

 BLUE value IS 246 (96.48% from 255) = 44.73%

R = 14.55%
G = 40.73%
B = 44.73%

CMYK

 C value IS 0.67

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#50E0F6 (or 0x50E0F6) is known color: Turquoise Blue. HEX triplet: 50, E0 and F6. RGB value is (80,224,246). Sum of RGB (Red+Green+Blue) = 80+224+246=550 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.55% from 550); Green value is 224 (87.89% from 255 or 40.73% from 550); Blue value is 246 (96.48% from 255 or 44.73% from 550); Max value from RGB is 246 - color contains mainly: blue. Hex color #50E0F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50E0F6 is #AF1F09. Grayscale: #B7B7B7. Windows color (decimal): -11476746 or 16179280. OLE color: 16179280.

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

Color convert

RGB 80 224 246 -
CMYK 0.67 0.09 0 0.04
HSL 187.95º 0.9% 0.64% -
HSV(B) 187.95º 0.67% 0.96% -
XYZ 46.6 61.67 96.64 -
YUV 183.45 163.29 54.21 -
System Red Green Blue C M Y K H S L
Decimal 80 224 246 0.67 0.09 0 0.04 187.95 0.9 0.64
Hex 50 E0 F6 43 9 0 4 BC 5A 40
Octal 120 340 366 103 11 0 4 274 132 100
Binary 1010000 11100000 11110110 1000011 1001 0 100 10111100 1011010 1000000

Color Harmonies of #50E0F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E0F6

Black with #50E0F6

Text Example


Text Example

White with #50E0F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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