#5befd0

Color #5BEFD0 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #5BEFD0

Tints of Turquoise #5BEFD0

Color information

#5BEFD0 (or 0x5BEFD0) is unknown color: approx Turquoise. HEX triplet: 5B, EF and D0. RGB value is (91,239,208). Sum of RGB (Red+Green+Blue) = 91+239+208=538 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.91% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #5BEFD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEFD0 is #A4102F. Grayscale: #BFBFBF. Windows color (decimal): -10752048 or 13692763. OLE color: 13692763.

HSL color Cylindrical-coordinate representation of color #5BEFD0: hue angle of 167.43º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BEFD0 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB91239208-
CMYK0.6200.130.06
HSL167.43º82.22%64.71%-
HSV(B)167.43º61.92%93.73%-
XYZ46.5768.5170.44-
YUV191.21137.4756.52-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.91%
GREEN value IS 239 (93.75% from 255) = 44.42%
BLUE value IS 208 (81.64% from 255) = 38.66%
R=16.91%
G=44.42%
B=38.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal912392080.6200.130.06167.4382.2264.71
Hex5BEFD03E0D6a75241
Octal133357320760156247122101
Binary10110111110111111010000111110011011101010011110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5befd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,239,208); }

 H1.HeaderClassName
 {
   color: #5befd0;
 }
 .AnyTagClassName
 {
   color: #5befd0;
 }
</style>
background-color css

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

 a { background-color: rgb(91,239,208); }

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

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

 span { border-color: rgb(91,239,208); }

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