#5BEDD2

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

Shades of Turquoise #5BEDD2

Tints of Turquoise #5BEDD2

Color information

#5BEDD2 (or 0x5BEDD2) is unknown color: approx Turquoise. HEX triplet: 5B, ED and D2. RGB value is (91,237,210). Sum of RGB (Red+Green+Blue) = 91+237+210=538 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.91% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 210 (82.42% from 255 or 39.03% from 538); Max value from RGB is 237 - color contains mainly: green. Hex color #5BEDD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEDD2 is #A4122D. Grayscale: #BEBEBE. Windows color (decimal): -10752558 or 13823323. OLE color: 13823323.

HSL color Cylindrical-coordinate representation of color #5BEDD2: hue angle of 168.9º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BEDD2 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB91237210-
CMYK0.6200.110.07
HSL168.9º80.22%64.31%-
HSV(B)168.9º61.6%92.94%-
XYZ46.2367.4571.55-
YUV190.27139.1357.2-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.91%
GREEN value IS 237 (92.97% from 255) = 44.05%
BLUE value IS 210 (82.42% from 255) = 39.03%
R=16.91%
G=44.05%
B=39.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal912372100.6200.110.07168.980.2264.31
Hex5BEDD23E0B7a95040
Octal133355322760137251120100
Binary10110111110110111010010111110010111111010100110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BEDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,237,210); }

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

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

 a { background-color: rgb(91,237,210); }

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

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

 span { border-color: rgb(91,237,210); }

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