#5FCCE5

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

Shades of Turquoise Blue #5FCCE5

Tints of Turquoise Blue #5FCCE5

Color information

#5FCCE5 (or 0x5FCCE5) is unknown color: approx Turquoise Blue. HEX triplet: 5F, CC and E5. RGB value is (95,204,229). Sum of RGB (Red+Green+Blue) = 95+204+229=528 (69% of max value = 765). Red value is 95 (37.5% from 255 or 17.99% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 229 (89.84% from 255 or 43.37% from 528); Max value from RGB is 229 - color contains mainly: blue. Hex color #5FCCE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCCE5 is #A0331A. Grayscale: #AEAEAE. Windows color (decimal): -10498843 or 15060063. OLE color: 15060063.

HSL color Cylindrical-coordinate representation of color #5FCCE5: hue angle of 191.19º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FCCE5 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB95204229-
CMYK0.590.1100.10
HSL191.19º72.04%63.53%-
HSV(B)191.19º58.52%89.8%-
XYZ40.4651.2881.89-
YUV174.26158.8971.47-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.99%
GREEN value IS 204 (80.08% from 255) = 38.64%
BLUE value IS 229 (89.84% from 255) = 43.37%
R=17.99%
G=38.64%
B=43.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal952042290.590.1100.10191.1972.0463.53
Hex5FCCE53BB0Abf4840
Octal1373143457313012277110100
Binary101111111001100111001011110111011010101011111110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,204,229); }

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

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

 a { background-color: rgb(95,204,229); }

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

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

 span { border-color: rgb(95,204,229); }

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