Html Css Color HEX #5BDDD0 Medium Turquoise

📋 copy color: '#5BDDD0'

red 91 ◦ green 221 ◦ blue 208

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

Shades of Medium Turquoise #5BDDD0

Tints of Medium Turquoise #5BDDD0

RGB

 RED value IS 91 (35.94% from 255) = 17.5%

 GREEN value IS 221 (86.72% from 255) = 42.5%

 BLUE value IS 208 (81.64% from 255) = 40%

R = 17.5%
G = 42.5%
B = 40%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#5BDDD0 (or 0x5BDDD0) is known color: Medium Turquoise. HEX triplet: 5B, DD and D0. RGB value is (91,221,208). Sum of RGB (Red+Green+Blue) = 91+221+208=520 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.5% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #5BDDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDDD0 is #A4222F. Grayscale: #B4B4B4. Windows color (decimal): -10756656 or 13688155. OLE color: 13688155.

HSL color Cylindrical-coordinate representation of color #5BDDD0: hue angle of 174º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDDD0 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 91 221 208 -
CMYK 0.59 0 0.06 0.13
HSL 174º 0.66% 0.61% -
HSV(B) 174º 0.59% 0.87% -
XYZ 41.56 58.49 68.77 -
YUV 180.65 143.43 64.06 -
System Red Green Blue C M Y K H S L
Decimal 91 221 208 0.59 0 0.06 0.13 174 0.66 0.61
Hex 5B DD D0 3B 0 6 D AE 42 3D
Octal 133 335 320 73 0 6 15 256 102 75
Binary 1011011 11011101 11010000 111011 0 110 1101 10101110 1000010 111101

Color Harmonies of #5BDDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BDDD0

Black with #5BDDD0

Text Example


Text Example

White with #5BDDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5BDDD0; }

 p { color: rgb(91,221,208); }

 H1.HeaderClassName
 {
   color: #5BDDD0;
 }
 .AnyTagClassName
 {
   color: #5BDDD0;
 }
</style>

background-color css

<style>
 a { background-color: #5BDDD0; }

 a { background-color: rgb(91,221,208); }

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

border-color css

<style>
 span { border-color: #5BDDD0; }

 span { border-color: rgb(91,221,208); }

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