Html Css Color HEX #5BD5CB Medium Turquoise

📋 copy color: '#5BD5CB'

red 91 ◦ green 213 ◦ blue 203

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

Shades of Medium Turquoise #5BD5CB

Tints of Medium Turquoise #5BD5CB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.01%

 BLUE value IS 203 (79.69% from 255) = 40.04%

R = 17.95%
G = 42.01%
B = 40.04%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#5BD5CB (or 0x5BD5CB) is known color: Medium Turquoise. HEX triplet: 5B, D5 and CB. RGB value is (91,213,203). Sum of RGB (Red+Green+Blue) = 91+213+203=507 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.95% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #5BD5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD5CB is #A42A34. Grayscale: #AFAFAF. Windows color (decimal): -10758709 or 13358427. OLE color: 13358427.

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

Color convert

RGB 91 213 203 -
CMYK 0.57 0 0.05 0.16
HSL 175.08º 0.59% 0.6% -
HSV(B) 175.08º 0.57% 0.84% -
XYZ 38.89 54.12 64.9 -
YUV 175.38 143.58 67.81 -
System Red Green Blue C M Y K H S L
Decimal 91 213 203 0.57 0 0.05 0.16 175.08 0.59 0.6
Hex 5B D5 CB 39 0 5 10 AF 3B 3C
Octal 133 325 313 71 0 5 20 257 73 74
Binary 1011011 11010101 11001011 111001 0 101 10000 10101111 111011 111100

Color Harmonies of #5BD5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BD5CB

Black with #5BD5CB

Text Example


Text Example

White with #5BD5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,213,203); }

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

background-color css

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

 a { background-color: rgb(91,213,203); }

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

border-color css

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

 span { border-color: rgb(91,213,203); }

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