#5BDFF7

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

Shades of Turquoise Blue #5BDFF7

Tints of Turquoise Blue #5BDFF7

Color information

#5BDFF7 (or 0x5BDFF7) is unknown color: approx Turquoise Blue. HEX triplet: 5B, DF and F7. RGB value is (91,223,247). Sum of RGB (Red+Green+Blue) = 91+223+247=561 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.22% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 247 (96.88% from 255 or 44.03% from 561); Max value from RGB is 247 - color contains mainly: blue. Hex color #5BDFF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BDFF7 is #A42008. Grayscale: #BABABA. Windows color (decimal): -10756105 or 16244571. OLE color: 16244571.

HSL color Cylindrical-coordinate representation of color #5BDFF7: hue angle of 189.23º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BDFF7 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB91223247-
CMYK0.630.1000.03
HSL189.23º90.7%66.27%-
HSV(B)189.23º63.16%96.86%-
XYZ47.4961.7197.4-
YUV186.27162.2760.05-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.22%
GREEN value IS 223 (87.5% from 255) = 39.75%
BLUE value IS 247 (96.88% from 255) = 44.03%
R=16.22%
G=39.75%
B=44.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal912232470.630.1000.03189.2390.766.27
Hex5BDFF73FA03bd5b42
Octal133337367771203275133102
Binary1011011110111111111011111111110100111011110110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BDFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,223,247); }

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

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

 a { background-color: rgb(91,223,247); }

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

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

 span { border-color: rgb(91,223,247); }

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