Html Css Color HEX #50CBE5 Medium Turquoise

📋 copy color: '#50CBE5'

red 80 ◦ green 203 ◦ blue 229

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

Shades of Medium Turquoise #50CBE5

Tints of Medium Turquoise #50CBE5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.65%

 BLUE value IS 229 (89.84% from 255) = 44.73%

R = 15.63%
G = 39.65%
B = 44.73%

CMYK

 C value IS 0.65

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#50CBE5 (or 0x50CBE5) is known color: Medium Turquoise. HEX triplet: 50, CB and E5. RGB value is (80,203,229). Sum of RGB (Red+Green+Blue) = 80+203+229=512 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.62% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 229 (89.84% from 255 or 44.73% from 512); Max value from RGB is 229 - color contains mainly: blue. Hex color #50CBE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CBE5 is #AF341A. Grayscale: #A8A8A8. Windows color (decimal): -11482139 or 15059792. OLE color: 15059792.

HSL color Cylindrical-coordinate representation of color #50CBE5: hue angle of 190.47º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50CBE5 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 80 203 229 -
CMYK 0.65 0.11 0 0.10
HSL 190.47º 0.74% 0.61% -
HSV(B) 190.47º 0.65% 0.9% -
XYZ 38.81 50.07 81.75 -
YUV 169.19 161.75 64.39 -
System Red Green Blue C M Y K H S L
Decimal 80 203 229 0.65 0.11 0 0.10 190.47 0.74 0.61
Hex 50 CB E5 41 B 0 A BE 4A 3D
Octal 120 313 345 101 13 0 12 276 112 75
Binary 1010000 11001011 11100101 1000001 1011 0 1010 10111110 1001010 111101

Color Harmonies of #50CBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CBE5

Black with #50CBE5

Text Example


Text Example

White with #50CBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,203,229); }

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

background-color css

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

 a { background-color: rgb(80,203,229); }

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

border-color css

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

 span { border-color: rgb(80,203,229); }

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