#5cd1eb

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

Shades of Turquoise Blue #5CD1EB

Tints of Turquoise Blue #5CD1EB

Color information

#5CD1EB (or 0x5CD1EB) is unknown color: approx Turquoise Blue. HEX triplet: 5C, D1 and EB. RGB value is (92,209,235). Sum of RGB (Red+Green+Blue) = 92+209+235=536 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.16% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #5CD1EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CD1EB is #A32E14. Grayscale: #B0B0B0. Windows color (decimal): -10694165 or 15454556. OLE color: 15454556.

HSL color Cylindrical-coordinate representation of color #5CD1EB: hue angle of 190.91º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CD1EB is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB92209235-
CMYK0.610.1100.08
HSL190.91º78.14%64.12%-
HSV(B)190.91º60.85%92.16%-
XYZ42.2153.8786.77-
YUV176.98160.7467.39-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.16%
GREEN value IS 209 (82.03% from 255) = 38.99%
BLUE value IS 235 (92.19% from 255) = 43.84%
R=17.16%
G=38.99%
B=43.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal922092350.610.1100.08190.9178.1464.12
Hex5CD1EB3DB08bf4e40
Octal1343213537513010277116100
Binary101110011010001111010111111011011010001011111110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5cd1eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,209,235); }

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

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

 a { background-color: rgb(92,209,235); }

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

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

 span { border-color: rgb(92,209,235); }

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