Html Css Color HEX #5BD8CD Medium Turquoise

📋 copy color: '#5BD8CD'

red 91 ◦ green 216 ◦ blue 205

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

Shades of Medium Turquoise #5BD8CD

Tints of Medium Turquoise #5BD8CD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.19%

 BLUE value IS 205 (80.47% from 255) = 40.04%

R = 17.77%
G = 42.19%
B = 40.04%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#5BD8CD (or 0x5BD8CD) is known color: Medium Turquoise. HEX triplet: 5B, D8 and CD. RGB value is (91,216,205). Sum of RGB (Red+Green+Blue) = 91+216+205=512 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.77% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 216 - color contains mainly: green. Hex color #5BD8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD8CD is #A42732. Grayscale: #B1B1B1. Windows color (decimal): -10757939 or 13490267. OLE color: 13490267.

HSL color Cylindrical-coordinate representation of color #5BD8CD: hue angle of 174.72º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BD8CD is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 91 216 205 -
CMYK 0.58 0 0.05 0.15
HSL 174.72º 0.62% 0.6% -
HSV(B) 174.72º 0.58% 0.85% -
XYZ 39.89 55.74 66.41 -
YUV 177.37 143.59 66.39 -
System Red Green Blue C M Y K H S L
Decimal 91 216 205 0.58 0 0.05 0.15 174.72 0.62 0.6
Hex 5B D8 CD 3A 0 5 F AF 3E 3C
Octal 133 330 315 72 0 5 17 257 76 74
Binary 1011011 11011000 11001101 111010 0 101 1111 10101111 111110 111100

Color Harmonies of #5BD8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BD8CD

Black with #5BD8CD

Text Example


Text Example

White with #5BD8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,216,205); }

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

background-color css

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

 a { background-color: rgb(91,216,205); }

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

border-color css

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

 span { border-color: rgb(91,216,205); }

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