#5CEBF1

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

Shades of Turquoise Blue #5CEBF1

Tints of Turquoise Blue #5CEBF1

Color information

#5CEBF1 (or 0x5CEBF1) is unknown color: approx Turquoise Blue. HEX triplet: 5C, EB and F1. RGB value is (92,235,241). Sum of RGB (Red+Green+Blue) = 92+235+241=568 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.20% from 568); Green value is 235 (92.19% from 255 or 41.37% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 241 - color contains mainly: blue. Hex color #5CEBF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CEBF1 is #A3140E. Grayscale: #C0C0C0. Windows color (decimal): -10687503 or 15854428. OLE color: 15854428.

HSL color Cylindrical-coordinate representation of color #5CEBF1: hue angle of 182.42º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CEBF1 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB92235241-
CMYK0.620.0200.05
HSL182.42º84.18%65.29%-
HSV(B)182.42º61.83%94.51%-
XYZ5068.0493.72-
YUV192.93155.1256.01-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.20%
GREEN value IS 235 (92.19% from 255) = 41.37%
BLUE value IS 241 (94.53% from 255) = 42.43%
R=16.20%
G=41.37%
B=42.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal922352410.620.0200.05182.4284.1865.29
Hex5CEBF13E205b65441
Octal13435336176205266124101
Binary101110011101011111100011111101001011011011010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CEBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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