Html Css Color HEX #5BD6CF Medium Turquoise

📋 copy color: '#5BD6CF'

red 91 ◦ green 214 ◦ blue 207

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

Shades of Medium Turquoise #5BD6CF

Tints of Medium Turquoise #5BD6CF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.8%

 BLUE value IS 207 (81.25% from 255) = 40.43%

R = 17.77%
G = 41.8%
B = 40.43%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#5BD6CF (or 0x5BD6CF) is known color: Medium Turquoise. HEX triplet: 5B, D6 and CF. RGB value is (91,214,207). Sum of RGB (Red+Green+Blue) = 91+214+207=512 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.77% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #5BD6CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD6CF is #A42930. Grayscale: #B0B0B0. Windows color (decimal): -10758449 or 13620827. OLE color: 13620827.

HSL color Cylindrical-coordinate representation of color #5BD6CF: hue angle of 176.59º degrees, saturation: 0.6, 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 #5BD6CF is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 91 214 207 -
CMYK 0.57 0 0.03 0.16
HSL 176.59º 0.6% 0.6% -
HSV(B) 176.59º 0.57% 0.84% -
XYZ 39.62 54.82 67.52 -
YUV 176.43 145.25 67.07 -
System Red Green Blue C M Y K H S L
Decimal 91 214 207 0.57 0 0.03 0.16 176.59 0.6 0.6
Hex 5B D6 CF 39 0 3 10 B1 3C 3C
Octal 133 326 317 71 0 3 20 261 74 74
Binary 1011011 11010110 11001111 111001 0 11 10000 10110001 111100 111100

Color Harmonies of #5BD6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BD6CF

Black with #5BD6CF

Text Example


Text Example

White with #5BD6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,214,207); }

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

background-color css

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

 a { background-color: rgb(91,214,207); }

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

border-color css

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

 span { border-color: rgb(91,214,207); }

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