#5FCCE3

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

Shades of Turquoise Blue #5FCCE3

Tints of Turquoise Blue #5FCCE3

Color information

#5FCCE3 (or 0x5FCCE3) is unknown color: approx Turquoise Blue. HEX triplet: 5F, CC and E3. RGB value is (95,204,227). Sum of RGB (Red+Green+Blue) = 95+204+227=526 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.06% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 227 (89.06% from 255 or 43.16% from 526); Max value from RGB is 227 - color contains mainly: blue. Hex color #5FCCE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCCE3 is #A0331C. Grayscale: #ADADAD. Windows color (decimal): -10498845 or 14928991. OLE color: 14928991.

HSL color Cylindrical-coordinate representation of color #5FCCE3: hue angle of 190.45º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FCCE3 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB95204227-
CMYK0.580.1000.11
HSL190.45º70.21%63.14%-
HSV(B)190.45º58.15%89.02%-
XYZ40.1851.1680.43-
YUV174.03157.8971.63-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.06%
GREEN value IS 204 (80.08% from 255) = 38.78%
BLUE value IS 227 (89.06% from 255) = 43.16%
R=18.06%
G=38.78%
B=43.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal952042270.580.1000.11190.4570.2163.14
Hex5FCCE33AA0Bbe463f
Octal137314343721201327610677
Binary10111111100110011100011111010101001011101111101000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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