#5CDCF1

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

Shades of Turquoise Blue #5CDCF1

Tints of Turquoise Blue #5CDCF1

Color information

#5CDCF1 (or 0x5CDCF1) is unknown color: approx Turquoise Blue. HEX triplet: 5C, DC and F1. RGB value is (92,220,241). Sum of RGB (Red+Green+Blue) = 92+220+241=553 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.64% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #5CDCF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CDCF1 is #A3230E. Grayscale: #B7B7B7. Windows color (decimal): -10691343 or 15850588. OLE color: 15850588.

HSL color Cylindrical-coordinate representation of color #5CDCF1: hue angle of 188.46º 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 #5CDCF1 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB92220241-
CMYK0.620.0900.05
HSL188.46º84.18%65.29%-
HSV(B)188.46º61.83%94.51%-
XYZ45.8859.8192.35-
YUV184.12160.0962.29-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.64%
GREEN value IS 220 (86.33% from 255) = 39.78%
BLUE value IS 241 (94.53% from 255) = 43.58%
R=16.64%
G=39.78%
B=43.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal922202410.620.0900.05188.4684.1865.29
Hex5CDCF13E905bc5441
Octal134334361761105274124101
Binary10111001101110011110001111110100101011011110010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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