Html Css Color HEX #5BD7CC Medium Turquoise

📋 copy color: '#5BD7CC'

red 91 ◦ green 215 ◦ blue 204

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

Shades of Medium Turquoise #5BD7CC

Tints of Medium Turquoise #5BD7CC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.16%

 BLUE value IS 204 (80.08% from 255) = 40%

R = 17.84%
G = 42.16%
B = 40%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#5BD7CC (or 0x5BD7CC) is known color: Medium Turquoise. HEX triplet: 5B, D7 and CC. RGB value is (91,215,204). Sum of RGB (Red+Green+Blue) = 91+215+204=510 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.84% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 215 - color contains mainly: green. Hex color #5BD7CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD7CC is #A42833. Grayscale: #B0B0B0. Windows color (decimal): -10758196 or 13424475. OLE color: 13424475.

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

Color convert

RGB 91 215 204 -
CMYK 0.58 0 0.05 0.16
HSL 174.68º 0.61% 0.6% -
HSV(B) 174.68º 0.58% 0.84% -
XYZ 39.51 55.18 65.7 -
YUV 176.67 143.42 66.89 -
System Red Green Blue C M Y K H S L
Decimal 91 215 204 0.58 0 0.05 0.16 174.68 0.61 0.6
Hex 5B D7 CC 3A 0 5 10 AF 3D 3C
Octal 133 327 314 72 0 5 20 257 75 74
Binary 1011011 11010111 11001100 111010 0 101 10000 10101111 111101 111100

Color Harmonies of #5BD7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BD7CC

Black with #5BD7CC

Text Example


Text Example

White with #5BD7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,215,204); }

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

background-color css

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

 a { background-color: rgb(91,215,204); }

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

border-color css

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

 span { border-color: rgb(91,215,204); }

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