#5fdceb

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

Shades of Turquoise Blue #5FDCEB

Tints of Turquoise Blue #5FDCEB

Color information

#5FDCEB (or 0x5FDCEB) is unknown color: approx Turquoise Blue. HEX triplet: 5F, DC and EB. RGB value is (95,220,235). Sum of RGB (Red+Green+Blue) = 95+220+235=550 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.27% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #5FDCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDCEB is #A02314. Grayscale: #B8B8B8. Windows color (decimal): -10494741 or 15457375. OLE color: 15457375.

HSL color Cylindrical-coordinate representation of color #5FDCEB: hue angle of 186.43º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FDCEB is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB95220235-
CMYK0.600.0600.08
HSL186.43º77.78%64.71%-
HSV(B)186.43º59.57%92.16%-
XYZ45.3159.6287.72-
YUV184.33156.5964.28-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.27%
GREEN value IS 220 (86.33% from 255) = 40%
BLUE value IS 235 (92.19% from 255) = 42.73%
R=17.27%
G=40%
B=42.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal952202350.600.0600.08186.4377.7864.71
Hex5FDCEB3C608ba4e41
Octal137334353746010272116101
Binary10111111101110011101011111100110010001011101010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fdceb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,220,235); }

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

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

 a { background-color: rgb(95,220,235); }

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

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

 span { border-color: rgb(95,220,235); }

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