Html Css Color HEX #50D0FE Turquoise Blue

📋 copy color: '#50D0FE'

red 80 ◦ green 208 ◦ blue 254

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

Shades of Turquoise Blue #50D0FE

Tints of Turquoise Blue #50D0FE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.38%

 BLUE value IS 254 (99.61% from 255) = 46.86%

R = 14.76%
G = 38.38%
B = 46.86%

CMYK

 C value IS 0.69

 M value IS 0.18

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#50D0FE (or 0x50D0FE) is known color: Turquoise Blue. HEX triplet: 50, D0 and FE. RGB value is (80,208,254). Sum of RGB (Red+Green+Blue) = 80+208+254=542 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.76% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #50D0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D0FE is #AF2F01. Grayscale: #AEAEAE. Windows color (decimal): -11480834 or 16699472. OLE color: 16699472.

HSL color Cylindrical-coordinate representation of color #50D0FE: hue angle of 195.86º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50D0FE is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 208 254 -
CMYK 0.69 0.18 0 0.00
HSL 195.86º 0.99% 0.65% -
HSV(B) 195.86º 0.69% 1% -
XYZ 43.75 53.97 101.88 -
YUV 174.97 172.59 60.26 -
System Red Green Blue C M Y K H S L
Decimal 80 208 254 0.69 0.18 0 0.00 195.86 0.99 0.65
Hex 50 D0 FE 45 12 0 0 C4 63 41
Octal 120 320 376 105 22 0 0 304 143 101
Binary 1010000 11010000 11111110 1000101 10010 0 0 11000100 1100011 1000001

Color Harmonies of #50D0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D0FE

Black with #50D0FE

Text Example


Text Example

White with #50D0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,208,254); }

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

background-color css

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

 a { background-color: rgb(80,208,254); }

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

border-color css

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

 span { border-color: rgb(80,208,254); }

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