Html Css Color HEX #50E2EE Turquoise Blue

📋 copy color: '#50E2EE'

red 80 ◦ green 226 ◦ blue 238

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

Shades of Turquoise Blue #50E2EE

Tints of Turquoise Blue #50E2EE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.54%

 BLUE value IS 238 (93.36% from 255) = 43.75%

R = 14.71%
G = 41.54%
B = 43.75%

CMYK

 C value IS 0.66

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#50E2EE (or 0x50E2EE) is known color: Turquoise Blue. HEX triplet: 50, E2 and EE. RGB value is (80,226,238). Sum of RGB (Red+Green+Blue) = 80+226+238=544 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.71% from 544); Green value is 226 (88.67% from 255 or 41.54% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #50E2EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50E2EE is #AF1D11. Grayscale: #B7B7B7. Windows color (decimal): -11476242 or 15655504. OLE color: 15655504.

HSL color Cylindrical-coordinate representation of color #50E2EE: hue angle of 184.56º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50E2EE is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 226 238 -
CMYK 0.66 0.05 0 0.07
HSL 184.56º 0.82% 0.62% -
HSV(B) 184.56º 0.66% 0.93% -
XYZ 45.94 62.27 90.49 -
YUV 183.71 158.63 54.02 -
System Red Green Blue C M Y K H S L
Decimal 80 226 238 0.66 0.05 0 0.07 184.56 0.82 0.62
Hex 50 E2 EE 42 5 0 7 B9 52 3E
Octal 120 342 356 102 5 0 7 271 122 76
Binary 1010000 11100010 11101110 1000010 101 0 111 10111001 1010010 111110

Color Harmonies of #50E2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E2EE

Black with #50E2EE

Text Example


Text Example

White with #50E2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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