#5CD9FD

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

Shades of Turquoise Blue #5CD9FD

Tints of Turquoise Blue #5CD9FD

Color information

#5CD9FD (or 0x5CD9FD) is unknown color: approx Turquoise Blue. HEX triplet: 5C, D9 and FD. RGB value is (92,217,253). Sum of RGB (Red+Green+Blue) = 92+217+253=562 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.37% from 562); Green value is 217 (85.16% from 255 or 38.61% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #5CD9FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CD9FD is #A32602. Grayscale: #B7B7B7. Windows color (decimal): -10692099 or 16636252. OLE color: 16636252.

HSL color Cylindrical-coordinate representation of color #5CD9FD: hue angle of 193.42º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CD9FD is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB92217253-
CMYK0.640.1400.01
HSL193.42º97.58%67.65%-
HSV(B)193.42º63.64%99.22%-
XYZ46.9658.99101.84-
YUV183.73167.0962.57-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.37%
GREEN value IS 217 (85.16% from 255) = 38.61%
BLUE value IS 253 (99.22% from 255) = 45.02%
R=16.37%
G=38.61%
B=45.02%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal922172530.640.1400.01193.4297.5867.65
Hex5CD9FD40E01c16244
Octal1343313751001601301142104
Binary1011100110110011111110110000001110011100000111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CD9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,217,253); }

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

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

 a { background-color: rgb(92,217,253); }

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

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

 span { border-color: rgb(92,217,253); }

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