Html Css Color HEX #50CBDD Medium Turquoise

📋 copy color: '#50CBDD'

red 80 ◦ green 203 ◦ blue 221

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

Shades of Medium Turquoise #50CBDD

Tints of Medium Turquoise #50CBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.85%

R = 15.87%
G = 40.28%
B = 43.85%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#50CBDD (or 0x50CBDD) is known color: Medium Turquoise. HEX triplet: 50, CB and DD. RGB value is (80,203,221). Sum of RGB (Red+Green+Blue) = 80+203+221=504 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.87% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #50CBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CBDD is #AF3422. Grayscale: #A8A8A8. Windows color (decimal): -11482147 or 14535504. OLE color: 14535504.

HSL color Cylindrical-coordinate representation of color #50CBDD: hue angle of 187.66º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50CBDD is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 203 221 -
CMYK 0.64 0.08 0 0.13
HSL 187.66º 0.67% 0.59% -
HSV(B) 187.66º 0.64% 0.87% -
XYZ 37.72 49.64 76 -
YUV 168.28 157.75 65.04 -
System Red Green Blue C M Y K H S L
Decimal 80 203 221 0.64 0.08 0 0.13 187.66 0.67 0.59
Hex 50 CB DD 40 8 0 D BC 43 3B
Octal 120 313 335 100 10 0 15 274 103 73
Binary 1010000 11001011 11011101 1000000 1000 0 1101 10111100 1000011 111011

Color Harmonies of #50CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CBDD

Black with #50CBDD

Text Example


Text Example

White with #50CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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