Html Css Color HEX #5BD8CF Medium Turquoise

📋 copy color: '#5BD8CF'

red 91 ◦ green 216 ◦ blue 207

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

Shades of Medium Turquoise #5BD8CF

Tints of Medium Turquoise #5BD8CF

RGB

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

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

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

R = 17.7%
G = 42.02%
B = 40.27%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#5BD8CF (or 0x5BD8CF) is known color: Medium Turquoise. HEX triplet: 5B, D8 and CF. RGB value is (91,216,207). Sum of RGB (Red+Green+Blue) = 91+216+207=514 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.70% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 216 - color contains mainly: green. Hex color #5BD8CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD8CF is #A42730. Grayscale: #B1B1B1. Windows color (decimal): -10757937 or 13621339. OLE color: 13621339.

HSL color Cylindrical-coordinate representation of color #5BD8CF: hue angle of 175.68º 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 #5BD8CF is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 91 216 207 -
CMYK 0.58 0 0.04 0.15
HSL 175.68º 0.62% 0.6% -
HSV(B) 175.68º 0.58% 0.85% -
XYZ 40.13 55.84 67.69 -
YUV 177.6 144.59 66.23 -
System Red Green Blue C M Y K H S L
Decimal 91 216 207 0.58 0 0.04 0.15 175.68 0.62 0.6
Hex 5B D8 CF 3A 0 4 F B0 3E 3C
Octal 133 330 317 72 0 4 17 260 76 74
Binary 1011011 11011000 11001111 111010 0 100 1111 10110000 111110 111100

Color Harmonies of #5BD8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BD8CF

Black with #5BD8CF

Text Example


Text Example

White with #5BD8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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