#5dcfe1

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

Shades of Turquoise Blue #5DCFE1

Tints of Turquoise Blue #5DCFE1

Color information

#5DCFE1 (or 0x5DCFE1) is unknown color: approx Turquoise Blue. HEX triplet: 5D, CF and E1. RGB value is (93,207,225). Sum of RGB (Red+Green+Blue) = 93+207+225=525 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.71% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 225 (88.28% from 255 or 42.86% from 525); Max value from RGB is 225 - color contains mainly: blue. Hex color #5DCFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCFE1 is #A2301E. Grayscale: #AEAEAE. Windows color (decimal): -10629151 or 14798685. OLE color: 14798685.

HSL color Cylindrical-coordinate representation of color #5DCFE1: hue angle of 188.18º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DCFE1 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB93207225-
CMYK0.590.0800.12
HSL188.18º68.75%62.35%-
HSV(B)188.18º58.67%88.24%-
XYZ40.4252.3979.22-
YUV174.97156.2369.54-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.71%
GREEN value IS 207 (81.25% from 255) = 39.43%
BLUE value IS 225 (88.28% from 255) = 42.86%
R=17.71%
G=39.43%
B=42.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal932072250.590.0800.12188.1868.7562.35
Hex5DCFE13B80Cbc453e
Octal135317341731001427410576
Binary10111011100111111100001111011100001100101111001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5dcfe1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,207,225); }

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

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

 a { background-color: rgb(93,207,225); }

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

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

 span { border-color: rgb(93,207,225); }

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