#5DCFE8

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

Shades of Turquoise Blue #5DCFE8

Tints of Turquoise Blue #5DCFE8

Color information

#5DCFE8 (or 0x5DCFE8) is unknown color: approx Turquoise Blue. HEX triplet: 5D, CF and E8. RGB value is (93,207,232). Sum of RGB (Red+Green+Blue) = 93+207+232=532 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.48% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 232 (91.02% from 255 or 43.61% from 532); Max value from RGB is 232 - color contains mainly: blue. Hex color #5DCFE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCFE8 is #A23017. Grayscale: #AFAFAF. Windows color (decimal): -10629144 or 15257437. OLE color: 15257437.

HSL color Cylindrical-coordinate representation of color #5DCFE8: hue angle of 190.79º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DCFE8 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB93207232-
CMYK0.600.1100.09
HSL190.79º75.14%63.73%-
HSV(B)190.79º59.91%90.98%-
XYZ41.3952.7884.35-
YUV175.76159.7368.97-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.48%
GREEN value IS 207 (81.25% from 255) = 38.91%
BLUE value IS 232 (91.02% from 255) = 43.61%
R=17.48%
G=38.91%
B=43.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal932072320.600.1100.09190.7975.1463.73
Hex5DCFE83CB09bf4b40
Octal1353173507413011277113100
Binary101110111001111111010001111001011010011011111110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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