Html Css Color HEX #50D3EE Turquoise Blue

📋 copy color: '#50D3EE'

red 80 ◦ green 211 ◦ blue 238

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

Shades of Turquoise Blue #50D3EE

Tints of Turquoise Blue #50D3EE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.89%

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

R = 15.12%
G = 39.89%
B = 44.99%

CMYK

 C value IS 0.66

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#50D3EE (or 0x50D3EE) is known color: Turquoise Blue. HEX triplet: 50, D3 and EE. RGB value is (80,211,238). Sum of RGB (Red+Green+Blue) = 80+211+238=529 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.12% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #50D3EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D3EE is #AF2C11. Grayscale: #AEAEAE. Windows color (decimal): -11480082 or 15651664. OLE color: 15651664.

HSL color Cylindrical-coordinate representation of color #50D3EE: hue angle of 190.25º 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 #50D3EE is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 211 238 -
CMYK 0.66 0.11 0 0.07
HSL 190.25º 0.82% 0.62% -
HSV(B) 190.25º 0.66% 0.93% -
XYZ 42.04 54.47 89.19 -
YUV 174.91 163.6 60.3 -
System Red Green Blue C M Y K H S L
Decimal 80 211 238 0.66 0.11 0 0.07 190.25 0.82 0.62
Hex 50 D3 EE 42 B 0 7 BE 52 3E
Octal 120 323 356 102 13 0 7 276 122 76
Binary 1010000 11010011 11101110 1000010 1011 0 111 10111110 1010010 111110

Color Harmonies of #50D3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D3EE

Black with #50D3EE

Text Example


Text Example

White with #50D3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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