Html Css Color HEX #5BDACE Medium Turquoise

📋 copy color: '#5BDACE'

red 91 ◦ green 218 ◦ blue 206

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

Shades of Medium Turquoise #5BDACE

Tints of Medium Turquoise #5BDACE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.33%

 BLUE value IS 206 (80.86% from 255) = 40%

R = 17.67%
G = 42.33%
B = 40%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#5BDACE (or 0x5BDACE) is known color: Medium Turquoise. HEX triplet: 5B, DA and CE. RGB value is (91,218,206). Sum of RGB (Red+Green+Blue) = 91+218+206=515 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.67% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #5BDACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDACE is #A42531. Grayscale: #B2B2B2. Windows color (decimal): -10757426 or 13556315. OLE color: 13556315.

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

Color convert

RGB 91 218 206 -
CMYK 0.58 0 0.06 0.15
HSL 174.33º 0.63% 0.61% -
HSV(B) 174.33º 0.58% 0.85% -
XYZ 40.53 56.82 67.22 -
YUV 178.66 143.42 65.48 -
System Red Green Blue C M Y K H S L
Decimal 91 218 206 0.58 0 0.06 0.15 174.33 0.63 0.61
Hex 5B DA CE 3A 0 6 F AE 3F 3D
Octal 133 332 316 72 0 6 17 256 77 75
Binary 1011011 11011010 11001110 111010 0 110 1111 10101110 111111 111101

Color Harmonies of #5BDACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BDACE

Black with #5BDACE

Text Example


Text Example

White with #5BDACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,218,206); }

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

background-color css

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

 a { background-color: rgb(91,218,206); }

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

border-color css

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

 span { border-color: rgb(91,218,206); }

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