Html Css Color HEX #50EEF0 Turquoise Blue

📋 copy color: '#50EEF0'

red 80 ◦ green 238 ◦ blue 240

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

Shades of Turquoise Blue #50EEF0

Tints of Turquoise Blue #50EEF0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.65%

 BLUE value IS 240 (94.14% from 255) = 43.01%

R = 14.34%
G = 42.65%
B = 43.01%

CMYK

 C value IS 0.67

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#50EEF0 (or 0x50EEF0) is known color: Turquoise Blue. HEX triplet: 50, EE and F0. RGB value is (80,238,240). Sum of RGB (Red+Green+Blue) = 80+238+240=558 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.34% from 558); Green value is 238 (93.36% from 255 or 42.65% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 240 - color contains mainly: blue. Hex color #50EEF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50EEF0 is #AF110F. Grayscale: #BEBEBE. Windows color (decimal): -11473168 or 15789648. OLE color: 15789648.

HSL color Cylindrical-coordinate representation of color #50EEF0: hue angle of 180.75º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50EEF0 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 238 240 -
CMYK 0.67 0.01 0 0.06
HSL 180.75º 0.84% 0.63% -
HSV(B) 180.75º 0.67% 0.94% -
XYZ 49.61 69.15 93.17 -
YUV 190.99 155.65 48.84 -
System Red Green Blue C M Y K H S L
Decimal 80 238 240 0.67 0.01 0 0.06 180.75 0.84 0.63
Hex 50 EE F0 43 1 0 6 B5 54 3F
Octal 120 356 360 103 1 0 6 265 124 77
Binary 1010000 11101110 11110000 1000011 1 0 110 10110101 1010100 111111

Color Harmonies of #50EEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EEF0

Black with #50EEF0

Text Example


Text Example

White with #50EEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,238,240); }

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

background-color css

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

 a { background-color: rgb(80,238,240); }

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

border-color css

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

 span { border-color: rgb(80,238,240); }

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