Html Css Color HEX #50DEFF Turquoise Blue

📋 copy color: '#50DEFF'

red 80 ◦ green 222 ◦ blue 255

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

Shades of Turquoise Blue #50DEFF

Tints of Turquoise Blue #50DEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.86%

 BLUE value IS 255 (100% from 255) = 45.78%

R = 14.36%
G = 39.86%
B = 45.78%

CMYK

 C value IS 0.69

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#50DEFF (or 0x50DEFF) is known color: Turquoise Blue. HEX triplet: 50, DE and FF. RGB value is (80,222,255). Sum of RGB (Red+Green+Blue) = 80+222+255=557 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.36% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #50DEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DEFF is #AF2100. Grayscale: #B7B7B7. Windows color (decimal): -11477249 or 16768592. OLE color: 16768592.

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

Color convert

RGB 80 222 255 -
CMYK 0.69 0.13 0 0
HSL 191.31º 1% 0.66% -
HSV(B) 191.31º 0.69% 1% -
XYZ 47.48 61.17 103.91 -
YUV 183.3 168.46 54.32 -
System Red Green Blue C M Y K H S L
Decimal 80 222 255 0.69 0.13 0 0 191.31 1 0.66
Hex 50 DE FF 45 D 0 0 BF 64 42
Octal 120 336 377 105 15 0 0 277 144 102
Binary 1010000 11011110 11111111 1000101 1101 0 0 10111111 1100100 1000010

Color Harmonies of #50DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DEFF

Black with #50DEFF

Text Example


Text Example

White with #50DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,222,255); }

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

background-color css

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

 a { background-color: rgb(80,222,255); }

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

border-color css

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

 span { border-color: rgb(80,222,255); }

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